tangled
alpha
login
or
join now
nekomimi.pet
/
wisp.place-monorepo
Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
50
fork
atom
overview
issues
6
pulls
pipelines
fix dashboard cookie
@nekomimi.pet
1 month ago
80127f2f
0ca13f57
2/2
deploy-wisp.yml
success
3min 37s
test.yml
success
1min 22s
options
unified
split
Changed files
+1
-1
src
routes
admin.ts
+1
-1
src/routes/admin.ts
···
37
37
password: t.String()
38
38
}),
39
39
cookie: t.Cookie({
40
40
-
admin_session: t.String()
40
40
+
admin_session: t.Optional(t.String())
41
41
}, {
42
42
secrets: cookieSecret,
43
43
sign: ['admin_session']