Oberfläche Bereitstellen

This commit is contained in:
2025-06-13 19:06:36 +02:00
parent 91849375c7
commit a09edcae25
5 changed files with 56 additions and 33 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
import adapter from '@sveltejs/adapter-node';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {}
kit: {
adapter: adapter()
}
};
export default config;