Files
blogweb/start_frontend.sh
2025-12-26 13:42:22 +08:00

6 lines
66 B
Bash

#!/bin/bash
echo "启动前端服务..."
cd frontend
npm run dev