Skip to content

Commit 1e65d15

Browse files
josephfuscoCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 65bdaa9 commit 1e65d15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/vanilla/toolbar-demo/scripts/setup-env.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ const examplePath = 'vanilla/toolbar-demo';
1212
const ports = getPorts(examplePath);
1313

1414
// Create .env file for Vite
15-
const envContent = `# Auto-generated by setup-env.js - DO NOT EDIT MANUALLY
15+
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+
# ===========================================================
1619
VITE_FRONTEND_PORT=${ports.FRONTEND_PORT}
1720
VITE_WP_URL=http://localhost:${ports.WP_PORT}
1821
VITE_WP_PORT=${ports.WP_PORT}

0 commit comments

Comments
 (0)