room
This commit is contained in:
parent
3648c654cc
commit
58e4c1d276
@ -1,4 +1,4 @@
|
||||
# excalidraw-io
|
||||
# excalidraw-room
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -25,7 +25,7 @@ yarn start
|
||||
|
||||
## Deploy
|
||||
|
||||
Make sure you have access to the [`excalidraw-io`](https://console.cloud.google.com/home/dashboard?project=excalidraw-io) project.
|
||||
Make sure you have access to the [`excalidraw-room`](https://console.cloud.google.com/home/dashboard?project=excalidraw-room) project.
|
||||
|
||||
```
|
||||
yarn deploy
|
||||
|
@ -12,10 +12,10 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "excalidraw-io",
|
||||
"name": "excalidraw-room",
|
||||
"scripts": {
|
||||
"build": "yarn gcp-build",
|
||||
"deploy": "gcloud app deploy --project=excalidraw-io",
|
||||
"deploy": "gcloud app deploy --project=excalidraw-room",
|
||||
"gcp-build": "tsc -p .",
|
||||
"prepare": "yarn gcp-build",
|
||||
"pretest": "yarn gcp-build",
|
||||
|
Loading…
x
Reference in New Issue
Block a user