forked from baron/baron-sso
production 푸시 초안
This commit is contained in:
@@ -136,8 +136,8 @@ ensure_frontend_dependencies
|
||||
|
||||
if [ "$mode" = "production" ]; then
|
||||
echo "Running in production mode with Vite preview..."
|
||||
exec sh -c "npm run build && npm run preview -- --host 0.0.0.0"
|
||||
exec sh -c "npm run build && npm run preview -- --host 0.0.0.0 --port 5174"
|
||||
fi
|
||||
|
||||
echo "Running in development mode..."
|
||||
exec npm run dev -- --host 0.0.0.0
|
||||
exec npm run dev -- --host 0.0.0.0 --port 5174
|
||||
|
||||
Reference in New Issue
Block a user