File tree Expand file tree Collapse file tree 5 files changed +1963
-2120
lines changed Expand file tree Collapse file tree 5 files changed +1963
-2120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<script setup lang="ts">
2
2
const url = useRequestURL ()
3
+
3
4
useSeoMeta ({
4
5
title: ' Multiplayer Globe with Nuxt' ,
5
6
description: ' Display website visitor locations in real-time using Nuxt and NuxtHub.' ,
39
40
}
40
41
41
42
.github-fork-ribbon :before {
42
- background-color : #222 ;
43
+ background-color : #222 !important ;
43
44
}
44
45
45
46
h1 ,
Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ export default defineNuxtConfig({
12
12
13
13
// https://nitro.build/config
14
14
nitro : {
15
- preset : 'cloudflare_durable' ,
16
15
experimental : {
17
16
websocket : true ,
18
17
} ,
19
18
} ,
20
19
21
20
// https://hub.nuxt.com/docs/getting-started/installation#options
22
- hub : { } ,
21
+ hub : {
22
+ workers : true ,
23
+ } ,
23
24
24
25
// https://eslint.nuxt.com
25
26
eslint : {
@@ -29,4 +30,4 @@ export default defineNuxtConfig({
29
30
} ,
30
31
} ,
31
32
} ,
32
- } )
33
+ } )
Original file line number Diff line number Diff line change 12
12
"lint" : " eslint ."
13
13
},
14
14
"dependencies" : {
15
- "@nuxt/eslint" : " ^1.1 .0" ,
16
- "@nuxt/fonts" : " 0.10.3 " ,
17
- "@nuxthub/core" : " ^0.8.18 " ,
18
- "@vueuse/core" : " ^12.8.2 " ,
19
- "@vueuse/nuxt" : " 12.8.2 " ,
15
+ "@nuxt/eslint" : " ^1.3 .0" ,
16
+ "@nuxt/fonts" : " 0.11.1 " ,
17
+ "@nuxthub/core" : " ^0.8.24 " ,
18
+ "@vueuse/core" : " ^13.1.0 " ,
19
+ "@vueuse/nuxt" : " 13.1.0 " ,
20
20
"cobe" : " ^0.6.3" ,
21
- "nuxt" : " ^3.15.4 " ,
22
- "ufo" : " ^1.5.4 " ,
21
+ "nuxt" : " ^3.16.2 " ,
22
+ "ufo" : " ^1.6.1 " ,
23
23
"vue" : " ^3.5.13" ,
24
24
"vue-router" : " ^4.5.0"
25
25
},
26
26
"devDependencies" : {
27
- "@nuxt/eslint-config" : " ^1.1 .0" ,
28
- "eslint" : " ^9.21 .0" ,
29
- "typescript" : " ^5.8.2 " ,
27
+ "@nuxt/eslint-config" : " ^1.3 .0" ,
28
+ "eslint" : " ^9.24 .0" ,
29
+ "typescript" : " ^5.8.3 " ,
30
30
"vue-tsc" : " ^2.2.8" ,
31
- "wrangler" : " ^3.113 .0"
31
+ "wrangler" : " ^4.10 .0"
32
32
},
33
- "packageManager" : " pnpm@10.5.2 " ,
33
+ "packageManager" : " pnpm@10.8.1 " ,
34
34
"pnpm" : {
35
35
"onlyBuiltDependencies" : [
36
36
" sharp"
You can’t perform that action at this time.
0 commit comments