初始版本
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "启动前端服务..."
|
||||
cd frontend
|
||||
npm run dev
|
||||
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
echo "启动前端服务..."
|
||||
cd frontend
|
||||
npm run dev
|
||||
|
||||