feat: turborepo monorepo scaffold and provisioning
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
10
lib/scaffold/turborepo/apps/product/next.config.ts
Normal file
10
lib/scaffold/turborepo/apps/product/next.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: [
|
||||
'@{{project-slug}}/ui',
|
||||
'@{{project-slug}}/tokens',
|
||||
],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user