update
This commit is contained in:
10
frontend/start.sh
Normal file
10
frontend/start.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 启动开发服务器
|
||||
# 端口: 8000
|
||||
# 监听: 0.0.0.0
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
echo "Starting dev server on http://0.0.0.0:8001"
|
||||
npx vite --host 0.0.0.0 --port 8001
|
||||
Reference in New Issue
Block a user