* feat: update templates to 2.0 and support create-payload-app * chore: rich text updates * chore(templates): remove mongoURL * chore: migrates rich text fields in website * chore: manually aliases dotenv in templates * chore: installs new beta in website template * chore: type issues * chore (template): add alias for fs to website template * chore: more template updates --------- Co-authored-by: James <james@trbl.design> Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com>
11 lines
231 B
JSON
11 lines
231 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nodemon.json",
|
|
"watch": ["server.ts"],
|
|
"exec": "ts-node --project tsconfig.server.json src/server.ts -- -I",
|
|
"ext": "js ts",
|
|
"ignore" : [
|
|
"src/app"
|
|
],
|
|
"stdin": false
|
|
}
|