We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bdaa9 commit 1e65d15Copy full SHA for 1e65d15
examples/vanilla/toolbar-demo/scripts/setup-env.js
@@ -12,7 +12,10 @@ const examplePath = 'vanilla/toolbar-demo';
12
const ports = getPorts(examplePath);
13
14
// Create .env file for Vite
15
-const envContent = `# Auto-generated by setup-env.js - DO NOT EDIT MANUALLY
+const envContent = `# ===========================================================
16
+# THIS FILE IS AUTO-GENERATED BY setup-env.js
17
+# DO NOT EDIT THIS FILE MANUALLY. YOUR CHANGES WILL BE LOST.
18
+# ===========================================================
19
VITE_FRONTEND_PORT=${ports.FRONTEND_PORT}
20
VITE_WP_URL=http://localhost:${ports.WP_PORT}
21
VITE_WP_PORT=${ports.WP_PORT}
0 commit comments