chore: track frontend env file

This commit is contained in:
kever
2026-06-07 12:59:20 +08:00
parent 46796b5918
commit 6b9acdfc1b
2 changed files with 3 additions and 1 deletions

3
.env Normal file
View File

@@ -0,0 +1,3 @@
NODE_ENV=development
PORT=3000
GO_BACKEND_URL=http://127.0.0.1:8080

1
.gitignore vendored
View File

@@ -3,7 +3,6 @@ node_modules
dist dist
dist-ssr dist-ssr
*.local *.local
.env
.nitro .nitro
.tanstack .tanstack
.wrangler .wrangler