feat: fresh source code from svelte-kit v2.x
authorShane Jaroch <chown_tee@proton.me>
Sat, 10 Jan 2026 21:29:08 +0000 (16:29 -0500)
committerShane Jaroch <chown_tee@proton.me>
Sun, 11 Jan 2026 03:59:47 +0000 (22:59 -0500)
commitaa78ba161bc39ab5669c7252f4f0eb8bb06684cf
tree7bb9cc4b62c486723e531520737b0b61ee61891d
feat: fresh source code from svelte-kit v2.x
14 files changed:
.gitignore [new file with mode: 0644]
.npmrc [new file with mode: 0644]
README.md [new file with mode: 0644]
jsconfig.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app.d.ts [new file with mode: 0644]
src/app.html [new file with mode: 0644]
src/lib/assets/favicon.svg [new file with mode: 0644]
src/lib/index.js [new file with mode: 0644]
src/routes/+layout.svelte [new file with mode: 0644]
src/routes/+page.svelte [new file with mode: 0644]
static/robots.txt [new file with mode: 0644]
svelte.config.js [new file with mode: 0644]
vite.config.js [new file with mode: 0644]