Files
sn-api/nodemon.json
Filip Pajic e89ca8f650 feat: Routing setup (#1)
* revert back to old node_modules based linking

* init express server

* add "status" route

* add env config

* add new PR template

* add eslint

* lint fixes

* add PR workflow

* update cache action

* update cache action

* add corepack to lint job

* add cache action id

* upgrade setup-node action to v4

* set explicitly container version on lint job

* deliberate lint error

* tighten the linter

* fix linting error
2025-09-18 14:25:24 +02:00

6 lines
107 B
JSON

{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "ts-node ./src/index.ts"
}