enables experimental remote functions

This commit is contained in:
2025-08-17 22:38:16 +02:00
parent 93ab8ff1c3
commit d45693bc9b
4 changed files with 1856 additions and 774 deletions

View File

@@ -9,7 +9,10 @@ const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter()
adapter: adapter(),
experimental: {
remoteFunctions: true
}
}
};