mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-28 11:34:41 +03:00
7 lines
104 B
JSON
7 lines
104 B
JSON
{
|
|
"watch": [
|
|
"./src/**/*.ts",
|
|
".env"
|
|
],
|
|
"exec": "ts-node -r dotenv/config"
|
|
} |