Hotfix: Updatin build, fixing vite error, creating separate entrypoints

This commit is contained in:
2026-07-10 12:54:48 +03:00
parent a2caa43bc9
commit 5ecad634e2
7 changed files with 93 additions and 58 deletions
+1
View File
@@ -22,6 +22,7 @@ export default defineConfig({
cors: true,
hmr: {
host: 'localhost',
clientPort: process.env.VITE_PORT || 5173,
},
watch: {
ignored: ['**/storage/framework/views/**'],