mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Removed prisma config.
This commit is contained in:
parent
fc6aa80176
commit
6f551d5e0d
1 changed files with 0 additions and 7 deletions
|
|
@ -1,7 +0,0 @@
|
|||
import path from 'node:path';
|
||||
import { defineConfig } from 'prisma/config';
|
||||
|
||||
export default defineConfig({
|
||||
earlyAccess: true,
|
||||
schema: path.resolve(process.cwd(), 'prisma', 'schema.prisma'),
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue