wip: preview

This commit is contained in:
2025-09-24 12:36:12 -04:00
parent cd4cf2e3e3
commit 0bffe2768d
5 changed files with 53 additions and 61 deletions

View File

@@ -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: {