Skip to content

Commit 82928cd

Browse files
committed
Add compatibility date to playground
1 parent 1e97e3c commit 82928cd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

playground/nuxt.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
export default defineNuxtConfig({
22
modules: ['../src/module', '@nuxt/ui'],
3+
34
devtools: {
45
enabled: true,
56

67
timeline: {
78
enabled: true
89
}
910
},
11+
1012
app: {
1113
baseURL: '/'
1214
},
15+
1316
leaflet: {
1417
markerCluster: true
15-
}
18+
},
19+
20+
compatibilityDate: '2024-07-26'
1621
})

0 commit comments

Comments
 (0)