mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-05 20:52:11 +00:00
feat: init moodle and separate stuffs to shared package
This commit is contained in:
7
apps/shared/nodemon.json
Normal file
7
apps/shared/nodemon.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"watch": ["src"],
|
||||
"ignore": ["src/**/*.test.ts"],
|
||||
"ext": "ts,mjs,json,graphql",
|
||||
"exec": "rimraf build && esbuild index.ts --watch=true --minify=true --platform=node --outdir=build --format=cjs",
|
||||
"legacyWatch": true
|
||||
}
|
||||
Reference in New Issue
Block a user