File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4141 "@nuxt/devtools" : " ^2.6.2" ,
4242 "@nuxt/eslint" : " 1.9.0" ,
4343 "@nuxt/eslint-config" : " ^1.9.0" ,
44- "@nuxt/kit" : " ^4.2 .1" ,
44+ "@nuxt/kit" : " ^4.3 .1" ,
4545 "@nuxt/module-builder" : " ^1.0.2" ,
4646 "@nuxt/schema" : " ^4.2.1" ,
4747 "@nuxt/scripts" : " 0.11.10" ,
4848 "@nuxt/test-utils" : " ^3.19.2" ,
49- "@nuxt/ui" : " ^4.3.0 " ,
49+ "@nuxt/ui" : " ^4.5.1 " ,
5050 "@testing-library/jest-dom" : " ^6.8.0" ,
5151 "@testing-library/vue" : " ^8.1.0" ,
5252 "@types/node" : " latest" ,
5353 "@unhead/vue" : " ^2.0.14" ,
5454 "changelogen" : " ^0.6.2" ,
5555 "eslint" : " ^9.35.0" ,
5656 "jsdom" : " ^26.1.0" ,
57- "nuxt" : " ^4.2 .1" ,
57+ "nuxt" : " ^4.3 .1" ,
5858 "typescript" : " ~5.9.2" ,
5959 "vitest" : " ^3.2.4" ,
6060 "vue-tsc" : " ^3.0.6"
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ export default defineNuxtConfig({
44 css : [ '~/assets/css/main.css' ] ,
55 compatibilityDate : '2025-08-19' ,
66 nuxstrComments : {
7- relays : [ 'wss ://relay.threenine.services ' ]
7+ relays : [ 'ws ://localhost:10547 ' ]
88 } ,
99} )
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ export default defineNuxtModule<ModuleOptions>({
5757 nuxt . hook ( 'nitro:config' , ( nitroConfig ) => {
5858 nitroConfig . externals = nitroConfig . externals || { }
5959 nitroConfig . externals . inline = nitroConfig . externals . inline || [ ]
60- nitroConfig . externals . inline . push ( 'tseep' , ' nostr-tools', 'defu' )
60+ nitroConfig . externals . inline . push ( 'nostr-tools' , 'defu' )
6161 } )
6262
6363 // Build transpilation (you already had this)
6464 nuxt . options . build . transpile = nuxt . options . build . transpile || [ ]
65- nuxt . options . build . transpile . push ( 'tseep' , ' nostr-tools', 'defu' )
65+ nuxt . options . build . transpile . push ( 'nostr-tools' , 'defu' )
6666
6767 // Expose runtime config to plugin
6868 nuxt . options . runtimeConfig . public . nuxstrComments = defu ( nuxt . options . runtimeConfig . public . nuxstrComments || { } , options )
You can’t perform that action at this time.
0 commit comments