mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Updated prisma config.
This commit is contained in:
parent
d667fd5fbe
commit
fc6aa80176
2 changed files with 1 additions and 2 deletions
|
|
@ -66,7 +66,6 @@
|
||||||
"cacheDirectories": [
|
"cacheDirectories": [
|
||||||
".next/cache"
|
".next/cache"
|
||||||
],
|
],
|
||||||
"packageManager": "pnpm@10.10.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clickhouse/client": "^1.11.1",
|
"@clickhouse/client": "^1.11.1",
|
||||||
"@date-fns/utc": "^1.2.0",
|
"@date-fns/utc": "^1.2.0",
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,5 @@ import { defineConfig } from 'prisma/config';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
earlyAccess: true,
|
earlyAccess: true,
|
||||||
schema: path.join('prisma', 'schema.prisma'),
|
schema: path.resolve(process.cwd(), 'prisma', 'schema.prisma'),
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue