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