mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-07-01 20:49:18 +00:00
NORY-7: add dashboard application with basic authentication routing
This commit is contained in:
parent
3b05405363
commit
f1cc58a651
48 changed files with 1713 additions and 0 deletions
13
dashboard/next.config.mjs
Normal file
13
dashboard/next.config.mjs
Normal file
|
@ -0,0 +1,13 @@
|
|||
import withSerwistInit from '@serwist/next';
|
||||
|
||||
const withSerwist = withSerwistInit({
|
||||
swSrc: 'src/app/service-worker.ts',
|
||||
swDest: 'public/sw.js',
|
||||
});
|
||||
|
||||
export default withSerwist({
|
||||
output: 'standalone',
|
||||
env: {
|
||||
appVersion: process.env.npm_package_version,
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue