mirror of
https://github.com/agregarr/agregarr.git
synced 2026-01-15 01:42:56 +08:00
13 lines
983 B
Plaintext
13 lines
983 B
Plaintext
yarn run v1.22.22
|
||
$ nodemon -e ts --watch server --watch agregarr-api.yml -e .json,.ts,.yml -x ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts
|
||
[33m[nodemon] 2.0.20[39m
|
||
[33m[nodemon] to restart at any time, enter `rs`[39m
|
||
[33m[nodemon] watching path(s): server/**/* agregarr-api.yml[39m
|
||
[33m[nodemon] watching extensions: json,ts,yml[39m
|
||
[32m[nodemon] starting `ts-node -r tsconfig-paths/register --files --project server/tsconfig.json server/index.ts`[39m
|
||
2025-07-30T05:58:25.024Z [[32minfo[39m]: Starting Agregarr version develop-local
|
||
warn - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
|
||
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
|
||
|
||
info - Disabled SWC as replacement for Babel because of custom Babel configuration "babel.config.js" https://nextjs.org/docs/messages/swc-disabled
|