Add phantom .env in build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-07-28 17:56:44 -06:00
parent 2fdc5e01b8
commit 547377c8ad
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"scripts": { "scripts": {
"build": "wasm-pack build --target web" "build": "touch .env; wasm-pack build --target web"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",