generated from pascalmartineau/wp-skeleton
wip: preview
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import PluginVue from "@vitejs/plugin-vue";
|
||||
|
||||
const isDev = process.env.NODE_ENV === "development";
|
||||
|
||||
export default defineNuxtConfig({
|
||||
@@ -48,6 +50,11 @@ export default defineNuxtConfig({
|
||||
|
||||
nitro: {
|
||||
preset: "cloudflare_module",
|
||||
rollupConfig: {
|
||||
plugins: [
|
||||
PluginVue(),
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
hub: {
|
||||
|
||||
Reference in New Issue
Block a user