mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-27 20:15:01 +02:00
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.
7 lines
93 B
JSON
7 lines
93 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"delay": 1000,
|
|
"exec": "yarn build && yarn start"
|
|
}
|