diff --git a/.env.example b/.env.example index dadb53c..9708eed 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,7 @@ FIGMA_FILE_KEY=your_figma_file_key_here # Figma node ID for Testing # This is the node-id parameter in your Figma URL: ?node-id={NODE_ID} FIGMA_NODE_ID=your_figma_node_id_here +NODE_TLS_REJECT_UNAUTHORIZED=0 # Server configuration PORT=3333 @@ -16,4 +17,4 @@ PORT=3333 # Output format can either be "yaml" or "json". Is YAML by default since it's # smaller, but JSON is understood by most LLMs better. # -# OUTPUT_FORMAT="json" \ No newline at end of file +# OUTPUT_FORMAT="json"