Progress on contact form refactor from JS into Typescript

This commit is contained in:
badblocks 2026-01-13 22:24:46 -08:00
parent 72e57fb7ff
commit f5eac7145c
No known key found for this signature in database
7 changed files with 451 additions and 239 deletions

View file

@ -19,6 +19,11 @@ export default defineConfig({
security: {
checkOrigin: true,
},
session: {
driver: "lru-cache",
ttl: 3600,
maxEntries: 1000,
},
server: {
host: true,
port: 4321,