mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
* fix: silo dependencies not resolved * fix: added telemetry * fix: remove gitlab plane worker * fix:silo-build * fix:dev-mode
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"watch": [
|
|
"src"
|
|
],
|
|
"ext": "ts",
|
|
"ignore": [
|
|
"src/public"
|
|
],
|
|
"exec": "NODE_ENV=development tsup src/start.ts --watch --onSuccess 'node --env-file=.env dist/start.cjs'"
|
|
}
|