1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-02 04:59:17 +00:00

NORY-1: add user session management

This commit is contained in:
Markus Thielker 2024-11-24 00:06:00 +01:00
parent a74e7f3ebd
commit e2a8f1d2a4
No known key found for this signature in database
9 changed files with 934 additions and 143 deletions

View file

@ -7,6 +7,9 @@ const withSerwist = withSerwistInit({
export default withSerwist({
output: 'standalone',
experimental: {
missingSuspenseWithCSRBailout: false,
},
env: {
appVersion: process.env.npm_package_version,
},