Skip to content

Commit 386a9d1

Browse files
committed
style: pretty please
1 parent 6c55467 commit 386a9d1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

playground/app/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { usePrismic, useAsyncData, ref } from '#imports'
2+
import { usePrismic, useAsyncData } from '#imports'
33
44
const prismic = usePrismic()
55

playground/nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,25 @@ export default defineNuxtConfig({
4242
},
4343
}),
4444
],
45+
4546
devtools: { enabled: true },
47+
4648
runtimeConfig: {
4749
public: {
4850
prismic: {
4951
endpoint: '200629-sms-hoy',
5052
},
5153
},
5254
},
55+
5356
future: {
5457
compatibilityVersion: 4,
5558
},
59+
60+
compatibilityDate: '2025-01-02',
61+
5662
typescript: { strict: true },
63+
5764
prismic: {
5865
// endpoint: '200629-sms-hoy',
5966
clientConfig: {

0 commit comments

Comments
 (0)