Files
meeting_ai/server/run.sh
2026-01-28 19:14:52 +09:00

4 lines
93 B
Bash
Executable File

cd /home/dsyoon/workspace/meeting_ai/server
npm install
npm run build
PORT=8018 npm run start