16 lines
227 B
JSON
Executable File
16 lines
227 B
JSON
Executable File
{
|
|
"ignore": [
|
|
"**/client/**",
|
|
"**/*.test.ts",
|
|
"**/*.spec.ts",
|
|
".git",
|
|
"node_modules"
|
|
],
|
|
"watch": [
|
|
"src/server",
|
|
"src/shared"
|
|
],
|
|
"exec": "yarn start:server",
|
|
"ext": "ts"
|
|
}
|