You've already forked obsidian-visualiser
Mass updates
This commit is contained in:
@@ -168,9 +168,7 @@ export default defineNuxtConfig({
|
||||
sources: ['/api/__sitemap__/urls']
|
||||
},
|
||||
experimental: {
|
||||
componentIslands: {
|
||||
selectiveClient: true,
|
||||
},
|
||||
noVueServer: true,
|
||||
defaults: {
|
||||
nuxtLink: {
|
||||
prefetchOn: {
|
||||
@@ -189,9 +187,13 @@ export default defineNuxtConfig({
|
||||
vite: {
|
||||
server: {
|
||||
hmr: {
|
||||
protocol: 'wss',
|
||||
host: 'localhost',
|
||||
port: 3000,
|
||||
clientPort: 3000,
|
||||
}
|
||||
}
|
||||
path: '/ws'
|
||||
},
|
||||
},
|
||||
},
|
||||
vue: {
|
||||
compilerOptions: {
|
||||
|
||||
Reference in New Issue
Block a user