ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
215 B

  1. #!/bin/bash
  2. set -eu
  3. npm run build:server
  4. npm run concurrently -- -k \
  5. "cd client && ./node_modules/.bin/vite -c ./src/standalone/videos/vite.config.mjs build -w --mode=development" \
  6. "NODE_ENV=dev npm start"