1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-02 19:17:37 +01:00

feat: handles container exits better and uses the real time when container has exited (#3504)

This commit is contained in:
Amir Raminfar
2025-01-03 13:09:36 -08:00
committed by GitHub
parent cc620ad429
commit 46fb09e2f7
16 changed files with 191 additions and 90 deletions

View File

@@ -30,11 +30,6 @@ export default defineConfig(() => ({
target: "esnext",
},
plugins: [
VueMacros({
plugins: {
vue: Vue(),
},
}),
VueRouter({
routesFolder: {
src: "./assets/pages",
@@ -42,6 +37,11 @@ export default defineConfig(() => ({
dts: "./assets/typed-router.d.ts",
importMode: "sync",
}),
VueMacros({
plugins: {
vue: Vue(),
},
}),
Icons({
autoInstall: true,
}),