mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-28 11:49:44 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
parent
9db2feff77
commit
d490cab48c
555 changed files with 9375 additions and 9287 deletions
|
|
@ -2,9 +2,7 @@ import { APP_PATH } from "@server/lib/consts";
|
|||
import { defineConfig } from "drizzle-kit";
|
||||
import path from "path";
|
||||
|
||||
const schema = [
|
||||
path.join("server", "db", "sqlite", "schema"),
|
||||
];
|
||||
const schema = [path.join("server", "db", "sqlite", "schema")];
|
||||
|
||||
export default defineConfig({
|
||||
dialect: "sqlite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue