mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: remove Webpack and depend on nodemon. feat: refactoring expenses. feat: optimize system users with caching. feat: architecture tenant optimize.
11 lines
162 B
JSON
11 lines
162 B
JSON
{
|
|
"watch": [
|
|
"src",
|
|
".env"
|
|
],
|
|
"ext": "js,ts,json",
|
|
"ignore": [
|
|
"src/**/*.spec.ts"
|
|
],
|
|
"exec": "ts-node --transpile-only ./src/server.ts"
|
|
} |