Set run.sh executable

This commit is contained in:
dsyoon
2026-01-28 19:14:52 +09:00
parent feacb593fc
commit 030bfe851c
2 changed files with 7 additions and 0 deletions

3
client/run.sh Executable file
View File

@@ -0,0 +1,3 @@
cd /home/dsyoon/workspace/meeting_ai/client
npm install
npm run dev

4
server/run.sh Executable file
View File

@@ -0,0 +1,4 @@
cd /home/dsyoon/workspace/meeting_ai/server
npm install
npm run build
PORT=8018 npm run start