mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [".git", "node_modules", "dist"],
|
|
"watch": ["src"],
|
|
"exec": "ts-node -r dotenv/config",
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js,json,ts"
|
|
}
|