1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

Add nuxt config file to actually silence vite spam

This commit is contained in:
Andrew Kingston 2022-02-22 12:38:24 +00:00
parent 4fa00ff560
commit 1f0e5ec1b8

View file

@ -0,0 +1,4 @@
export default {
ssr: false,
target: "static",
}