push with build
This commit is contained in:
@@ -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"
|
||||
),
|
||||
}),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user