File size: 429 Bytes
967ca9c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "seamless_server",
  "version": "1.0.0",
  "scripts": {
    "dev": "npm run start:debug -- --reload",
    "start": "uvicorn app_pubsub:app --host 0.0.0.0",
    "start:debug": "npm run start -- --log-level debug",
    "start:trace": "npm run start -- --log-level trace",
    "start:prod": "npm run build:client && npm run start",
    "build:client": "cd ../streaming-react-app/ && npm run build"
  },
  "author": ""
}