Progress on contact form refactor from JS into Typescript
This commit is contained in:
parent
72e57fb7ff
commit
f5eac7145c
7 changed files with 451 additions and 239 deletions
|
|
@ -19,6 +19,11 @@ export default defineConfig({
|
|||
security: {
|
||||
checkOrigin: true,
|
||||
},
|
||||
session: {
|
||||
driver: "lru-cache",
|
||||
ttl: 3600,
|
||||
maxEntries: 1000,
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
port: 4321,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue