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:
parent
a74e7f3ebd
commit
e2a8f1d2a4
9 changed files with 934 additions and 143 deletions
|
@ -7,6 +7,9 @@ const withSerwist = withSerwistInit({
|
|||
|
||||
export default withSerwist({
|
||||
output: 'standalone',
|
||||
experimental: {
|
||||
missingSuspenseWithCSRBailout: false,
|
||||
},
|
||||
env: {
|
||||
appVersion: process.env.npm_package_version,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue