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:
parent
1faabf8e59
commit
28b107ee49
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,6 +4,7 @@ esm/
|
||||
es/
|
||||
.env
|
||||
.env.e2e
|
||||
.env.local
|
||||
.DS_Store
|
||||
yarn-error.log
|
||||
lerna-debug.log
|
||||
|
@ -9,6 +9,7 @@
|
||||
"changelog": "auto-changelog -p -t keepachangelog",
|
||||
"clean": "tachybase clean",
|
||||
"dev": "tachybase dev",
|
||||
"dev-local": "APP_ENV_PATH=.env.local tachybase dev",
|
||||
"dev-server": "tachybase dev --server",
|
||||
"e2e": "tachybase e2e",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
|
Loading…
Reference in New Issue
Block a user