feat: implement core platform features including business directory, admin dashboard, authentication, and API infrastructure
Some checks failed
Build and Push App / build (push) Failing after 16m2s
Some checks failed
Build and Push App / build (push) Failing after 16m2s
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
import { config } from 'dotenv';
|
||||
|
||||
// Load .env then override with .env.local for Next.js compatibility
|
||||
config();
|
||||
config({ path: '.env.local', override: true });
|
||||
|
||||
/**
|
||||
* Prisma 7 Configuration
|
||||
* In standalone Docker mode, devDependencies are missing.
|
||||
* This file uses a plain object to avoid 'Cannot find module' errors.
|
||||
*/
|
||||
export default {
|
||||
datasource: {
|
||||
|
||||
Reference in New Issue
Block a user