Scaffold web app
This commit was merged in pull request #1.
This commit is contained in:
15
next.config.ts
Normal file
15
next.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { NextConfig } from 'next'
|
||||
|
||||
export default {
|
||||
reactStrictMode: true,
|
||||
transpilePackages: [
|
||||
'@rubriclab/actions',
|
||||
'@rubriclab/agents',
|
||||
'@rubriclab/auth',
|
||||
'@rubriclab/blocks',
|
||||
'@rubriclab/chains',
|
||||
'@rubriclab/events',
|
||||
'@rubriclab/shapes',
|
||||
'@rubriclab/webhooks'
|
||||
]
|
||||
} satisfies NextConfig
|
||||
Reference in New Issue
Block a user