Initial commit: 包装审核 POC、Docker 与前后端
Made-with: Cursor
This commit is contained in:
7
scripts/start_frontend.sh
Executable file
7
scripts/start_frontend.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
|
||||
cd "$ROOT_DIR/frontend"
|
||||
npm run dev -- --host 127.0.0.1 --port 5173
|
||||
Reference in New Issue
Block a user