add server references in web apps

This commit is contained in:
Aman Varshney
2025-05-11 09:17:20 +05:30
parent 1192c2ccb2
commit 2b8eb622f5
11 changed files with 43 additions and 11 deletions

View File

@@ -10,7 +10,10 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
},
"references": [{
"path": "../server"
}]
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
//