feat(deploy): add deployment configuration for Liara with Docker and Supervisor
This commit is contained in:
+12
-6
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user