Skip to content

Commit

Permalink
chore: disable durable preset for now
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jan 31, 2025
1 parent 915a180 commit b566b53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export default defineNuxtConfig({
compatibilityDate: '2025-01-22',

nitro: {
preset: 'cloudflare-durable',
// preset: 'cloudflare-durable',
experimental: {
openAPI: true,
websocket: true
openAPI: true
// websocket: true
}
},

Expand Down

0 comments on commit b566b53

Please sign in to comment.