1 parent 1fad808 commit d762032Copy full SHA for d762032
2 files changed
vite.config.ts
@@ -223,7 +223,7 @@ function cloudflarePages404(): Plugin {
223
224
const config: UserConfig = {
225
plugins: [
226
- cloudflareVuerendRuntime(),
+ // cloudflareVuerendRuntime(),
227
tailwindcss(),
228
vuerend({
229
app: "./app/app.ts",
wrangler.jsonc
@@ -11,4 +11,7 @@
11
"observability": {
12
"enabled": true,
13
},
14
+ "alias": {
15
+ "@vuerend/core": "./node_modules/@vuerend/core/dist/runtime.mjs"
16
+ },
17
}
0 commit comments