diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-10 01:06:09 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-10 01:06:09 +0200 |
| commit | dd66b8ad239d5ceae219746a702963645259b784 (patch) | |
| tree | 47462463911a018a31cd1ede3d8206fd96032b99 /package.json | |
| parent | d928eab3ecefbf778f1cadece9beac010dc42332 (diff) | |
| download | fia-dd66b8ad239d5ceae219746a702963645259b784.tar.gz fia-dd66b8ad239d5ceae219746a702963645259b784.tar.zst fia-dd66b8ad239d5ceae219746a702963645259b784.zip | |
Added joining rooms and logic to start game by votes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index c11425e..eb707c4 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "main": "./backend/js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start:build-front": "tsc -p ./frontend/tsconfig.json --watch", - "start:build-back": "tsc -p ./backend/tsconfig.json --watch", - "start:run": "nodemon ./backend/js/index.js", + "start:build-front": "tsc -p ./frontend/tsconfig.json -w", + "start:build-back": "tsc -p ./backend/tsconfig.json -w", + "start:start": "nodemon ./backend/js/backend/ts/index.js", "start": "concurrently \"yarn:start:*\"" }, "dependencies": { @@ -31,4 +31,4 @@ }, "keywords": [], "description": "" -}
\ No newline at end of file +} |
