chore: sync project updates
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
echo 启动前端开发服务器...
|
||||
cd mengyakeyvault-frontend
|
||||
if not exist node_modules (
|
||||
echo 正在安装依赖...
|
||||
call npm install
|
||||
)
|
||||
npm start
|
||||
@echo off
|
||||
chcp 65001 >nul
|
||||
echo 启动前端开发服务器...
|
||||
cd mengyakeyvault-frontend
|
||||
if not exist node_modules (
|
||||
echo 正在安装依赖...
|
||||
call npm install
|
||||
)
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user