1
0
Fork 0
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:
Nikita Melnikov 2022-03-06 13:37:06 +04:00 committed by GitHub
parent 8d9c19e595
commit c6e2db0245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 167 additions and 2359 deletions

View file

@ -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"
}