mirror of
https://github.com/status-im/sn-api.git
synced 2026-08-31 01:31:07 +00:00
* 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
6 lines
107 B
JSON
6 lines
107 B
JSON
{
|
|
"watch": ["src"],
|
|
"ext": "ts",
|
|
"ignore": ["src/**/*.spec.ts"],
|
|
"exec": "ts-node ./src/index.ts"
|
|
} |