fix: resolve vite manifest issue by updating package.json and fixing asset build

This commit is contained in:
2026-05-01 12:14:43 -04:00
parent 008000314f
commit 01c1d77016
548 changed files with 54493 additions and 13 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 MiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 33 MiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 32 MiB

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+28
View File
@@ -0,0 +1,28 @@
{
"node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.ttf": {
"file": "assets/tabler-icons-rLyeKVyk.ttf",
"src": "node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.ttf"
},
"node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.woff": {
"file": "assets/tabler-icons-CY4k7kX9.woff",
"src": "node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.woff"
},
"node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.woff2": {
"file": "assets/tabler-icons-Dgmkf7qS.woff2",
"src": "node_modules/@tabler/icons-webfont/dist/fonts/tabler-icons.woff2"
},
"resources/js/app.js": {
"file": "assets/app-DsnUEcvV.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
"css": [
"assets/app-ORuvhRgS.css"
],
"assets": [
"assets/tabler-icons-Dgmkf7qS.woff2",
"assets/tabler-icons-CY4k7kX9.woff",
"assets/tabler-icons-rLyeKVyk.ttf"
]
}
}