push with build

This commit is contained in:
arifal
2025-02-06 08:40:19 +07:00
parent 29b705b59c
commit b60bbd4290
33 changed files with 2797 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import path from "path";
export default defineConfig({
build: {
outDir: "public/build", // Output folder untuk file build
outDir: "public/build",
manifest: true, // Menghasilkan manifest.json untuk Laravel
},
resolve: {
@@ -43,6 +43,10 @@ export default defineConfig({
"resources/js/pages/maps-canada.js",
],
refresh: true,
manifestPath: path.resolve(
__dirname,
"public/build/.vite/manifest.json"
),
}),
],
});