Commit 46fe87e5 authored by Rudi Kurniawan's avatar Rudi Kurniawan

update vite.config.js, new build

parent 9b5baa2b
This diff is collapsed.
This diff is collapsed.
......@@ -48,7 +48,7 @@
"src": "resources/images/sec.svg"
},
"resources/js/app.css": {
"file": "assets/app-e08e9c0e.css",
"file": "assets/app-1c144bcf.css",
"src": "resources/js/app.css"
},
"resources/js/app.js": {
......@@ -66,9 +66,9 @@
"assets/target1-040ce5be.png"
],
"css": [
"assets/app-e08e9c0e.css"
"assets/app-1c144bcf.css"
],
"file": "assets/app-a58c9d97.js",
"file": "assets/app-c94c6287.js",
"isEntry": true,
"src": "resources/js/app.js"
}
......
http://[::1]:5173
\ No newline at end of file
......@@ -9,4 +9,7 @@ export default defineConfig({
refresh: true,
}),
],
build: {
outDir: 'public/build',
}
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment