mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-06 14:05:22 +02:00
Docker image optimization (#150)
This commit is contained in:
parent
8d9c19e595
commit
c6e2db0245
15 changed files with 167 additions and 2359 deletions
15
nodemon.json
15
nodemon.json
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"src/frontend",
|
||||
"public/dist"
|
||||
],
|
||||
"events": {
|
||||
"restart": "echo \"App restarted due to: '$FILENAME'\""
|
||||
},
|
||||
"watch": ["src/"],
|
||||
"execMap": {
|
||||
"ts": "node -r ts-node/register"
|
||||
},
|
||||
"ext": "js,json,ts,twig"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue