mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
f37610e90f
commit
4313fdc8f9
@ -3,7 +3,7 @@
|
||||
main() {
|
||||
case "$1" in
|
||||
app) # 生产环境
|
||||
shift && prepare_ice && while echo; do
|
||||
shift && prepare_ice && while true; do
|
||||
bin/ice.bin serve start dev dev "$@" && break
|
||||
done
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user