File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ onMounted(() => {
100
100
<UAvatar text =" ..." />
101
101
</UAvatarGroup >
102
102
<span class =" text-sm text-(--ui-text-elevated)" >
103
- Used and loved by <span class =" font-medium text-(--ui-text-highlighted)" >9K + developers and teams</span >.
103
+ Used and loved by <span class =" font-medium text-(--ui-text-highlighted)" >10K + developers and teams</span >.
104
104
</span >
105
105
</div >
106
106
<USeparator type =" dashed" class =" w-24" />
Original file line number Diff line number Diff line change @@ -100,9 +100,7 @@ export default defineNuxtModule<ModuleOptions>({
100
100
runtimeConfig . public . hub = { }
101
101
// Make sure to tell Nitro to not generate the .wrangler/deploy/config.json file
102
102
nuxt . options . nitro . cloudflare ||= { }
103
- // @ts -expect-error deployConfig is not typed here
104
103
nuxt . options . nitro . cloudflare . deployConfig = false
105
- // @ts -expect-error nodeCompat is not typed here
106
104
nuxt . options . nitro . cloudflare . nodeCompat = true
107
105
// For old versions of Nitro, disable generating the wrangler.toml file
108
106
delete nuxt . options . nitro . cloudflare ?. wrangler ?. compatibility_flags
You can’t perform that action at this time.
0 commit comments