Skip to content

Commit d762032

Browse files
committed
ignore runtime
1 parent 1fad808 commit d762032

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function cloudflarePages404(): Plugin {
223223

224224
const config: UserConfig = {
225225
plugins: [
226-
cloudflareVuerendRuntime(),
226+
// cloudflareVuerendRuntime(),
227227
tailwindcss(),
228228
vuerend({
229229
app: "./app/app.ts",

wrangler.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@
1111
"observability": {
1212
"enabled": true,
1313
},
14+
"alias": {
15+
"@vuerend/core": "./node_modules/@vuerend/core/dist/runtime.mjs"
16+
},
1417
}

0 commit comments

Comments
 (0)