We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74f6e5d + 505b780 commit 900381dCopy full SHA for 900381d
3 files changed
.gitignore
@@ -1,6 +1,5 @@
1
# MeshMapper API configuration (contains sensitive API key)
2
-# Note: config.js is now tracked with placeholder value for local development
3
-# During deployment, GitHub Actions regenerates it with the actual API key
+content/config.js
4
5
# Node modules (if added in the future)
6
node_modules/
content/config.js
content/config.template.js
@@ -0,0 +1,4 @@
+// MeshMapper API Configuration
+// This file contains the API key for posting to MeshMapper API
+// Set MESHMAPPER_API_KEY to your actual API key
+window.MESHMAPPER_API_KEY = "YOUR_API_KEY_HERE";
0 commit comments