feat(deploy): add deployment configuration for Liara with Docker and Supervisor

This commit is contained in:
hamed
2026-06-29 15:03:30 +03:30
parent 75dcf0d2a8
commit efee966efb
6 changed files with 528 additions and 6 deletions
+12 -6
View File
@@ -8,11 +8,17 @@
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@/*": ["assets/admin/*"]
}
"@/*": [
"./assets/admin/*"
]
},
},
"include": ["assets/admin/**/*"],
"exclude": ["node_modules", "public"]
}
"include": [
"assets/admin/**/*"
],
"exclude": [
"node_modules",
"public"
]
}