2 Commits

Author SHA1 Message Date
Sebastian 4f78f4b350 chore(deps): update dependency @vitejs/plugin-vue to v6.0.8 2026-07-18 03:05:49 +00:00
Sebastian 93a8eb32df refactor: rename main entry point
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-14 17:40:11 -04:00
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -501,9 +501,9 @@
"license": "MIT"
},
"node_modules/@vitejs/plugin-vue": {
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.7.tgz",
"integrity": "sha512-km+p+XdSz9Sxm5rqUbqcSfZYaAniKxWBj1KURl+Jr7UaPvvX7BmaWMdP69I5rrFDeQGyxAG7NXdc57vz+snhWg==",
"version": "6.0.8",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-6.0.8.tgz",
"integrity": "sha512-0ZjgOg7oO6farnNGup7yvoM/YXZV84OZxHAwtflItNa/6zzQyVb5LNxyea3FEKEX2XlagIKzrlH7wwxkKgtiew==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -4,7 +4,7 @@ const routes: RouteRecordRaw[] = [
{
name: 'documents',
path: '/',
component: () => import('@/pages/FilesPage.vue'),
component: () => import('@/pages/Main.vue'),
meta: { layout: 'fixed' },
},
]