initial commit with full project

This commit is contained in:
2026-04-26 17:50:04 +03:00
parent 021f0bcb23
commit 824591084b
71 changed files with 34115 additions and 537 deletions
+12
View File
@@ -0,0 +1,12 @@
import adapter from '@sveltejs/adapter-static';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter({
fallback: 'index.html'
})
}
};
export default config;