Files
lasuite-docs/src/yhub-server/nodemon.json
T
Anthony LCandManuel Raynaud 4307dbafb8 🏷️(yhub) migrate yhub-server to typescript
Convert the yhub-server source and tests from plain JS/mjs to
TypeScript: move sources under src/, add tsconfig, tsconfig.build,
eslint flat config and nodemon config, and update the Dockerfile,
compose and CI workflow for the build step.
2026-09-23 12:06:05 +02:00

7 lines
93 B
JSON

{
"watch": ["src"],
"ext": "ts",
"delay": 1000,
"exec": "yarn build && yarn start"
}