mirror of
https://github.com/qwertyforce/scenery.git
synced 2025-05-31 11:42:35 +00:00
6 lines
112 B
JSON
6 lines
112 B
JSON
{
|
|
"watch": ["server"],
|
|
"exec": "ts-node --project tsconfig.server.json server/index.ts",
|
|
"ext": "js ts"
|
|
}
|