phase-1: optimize code

This commit is contained in:
Kazuma
2026-06-04 01:36:28 -04:00
committed by Kazuma
parent 19fc052d14
commit b75e8bda72
89 changed files with 11189 additions and 845 deletions
+5
View File
@@ -0,0 +1,5 @@
import adapter from '@sveltejs/adapter-auto';
export default {
kit: { adapter: adapter() },
};