feat: added gamedev

This commit is contained in:
2025-03-12 04:55:07 -04:00
parent c442635d6b
commit 6cdaacf669
16 changed files with 776 additions and 48 deletions

View File

@@ -5,5 +5,8 @@ export default defineConfig({
plugins: [sveltekit()],
server: {
allowedHosts: true,
fs: {
allow: ['./resume.pdf']
}
},
});