mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 12:17:37 +00:00
b868d1a483
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
9 lines
100 B
JSON
9 lines
100 B
JSON
{
|
|
"exec": "ts-node --files ./src/index",
|
|
"ext": "ts",
|
|
"watch": [
|
|
"src/",
|
|
".env"
|
|
]
|
|
}
|