feat/support-dev-local (#996)

Reviewed-on: daoyoucloud/tachybase#996
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
This commit is contained in:
bai.zixv 2024-05-16 11:54:24 +08:00 committed by sealday
parent 1faabf8e59
commit 28b107ee49
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@ esm/
es/ es/
.env .env
.env.e2e .env.e2e
.env.local
.DS_Store .DS_Store
yarn-error.log yarn-error.log
lerna-debug.log lerna-debug.log

View File

@ -9,6 +9,7 @@
"changelog": "auto-changelog -p -t keepachangelog", "changelog": "auto-changelog -p -t keepachangelog",
"clean": "tachybase clean", "clean": "tachybase clean",
"dev": "tachybase dev", "dev": "tachybase dev",
"dev-local": "APP_ENV_PATH=.env.local tachybase dev",
"dev-server": "tachybase dev --server", "dev-server": "tachybase dev --server",
"e2e": "tachybase e2e", "e2e": "tachybase e2e",
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",