Skip to content

Commit 2d6f485

Browse files
committed
Fix Posthog by correctly copying .env in the build process
1 parent 4ea7562 commit 2d6f485

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/esbuild.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async function main() {
5252
["../README.md", "README.md"],
5353
["../CHANGELOG.md", "CHANGELOG.md"],
5454
["../LICENSE", "LICENSE"],
55+
["../.env", ".env"],
5556
["node_modules/vscode-material-icons/generated", "assets/vscode-material-icons"],
5657
["../webview-ui/audio", "webview-ui/audio"],
5758
],

0 commit comments

Comments
 (0)