feat: Set up initial monorepo structure for admin and mobile applications with core configurations and database integration.
This commit is contained in:
@@ -2,9 +2,7 @@ import type { NextConfig } from 'next'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: ['@innungsapp/shared'],
|
||||
experimental: {
|
||||
typedRoutes: true,
|
||||
},
|
||||
experimental: {},
|
||||
// Serve uploaded files
|
||||
async rewrites() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user