1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-28 21:56:38 +00:00

add start command in package.json

This commit is contained in:
Thibaud Gasser 2024-09-25 21:22:16 +02:00
parent 1189e72c99
commit 6a729cc7ad

View File

@ -5,7 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"start": "node server.js"
},
"author": "",
"license": "ISC",