ssr via fetch
Some checks failed
deploy to production / deploy (push) Failing after 52s

This commit is contained in:
2024-04-10 08:26:40 +00:00
parent 6f1ab474fc
commit 1ebd1424e5
18 changed files with 275 additions and 211 deletions

2
types/global.d.ts vendored
View File

@@ -2,7 +2,7 @@ interface Ssr {
id?: string
path: string
content: string
validUntil: any // go Time
// validUntil: any // go Time
}
interface ApiOptions {