mirror of
https://github.com/status-im/status-tutorials.git
synced 2026-08-30 19:51:07 +00:00
6 lines
122 B
JSON
6 lines
122 B
JSON
{
|
|
"watch": ["server", "public"],
|
|
"exec": "ts-node --project tsconfig.server.json server/index.ts",
|
|
"ext": "js ts"
|
|
}
|