fix conflicts?
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -153,3 +153,5 @@ server/.turbo
|
|||||||
|
|
||||||
./AGENTS.md
|
./AGENTS.md
|
||||||
./CLAUDE.md
|
./CLAUDE.md
|
||||||
|
|
||||||
|
notes.txt
|
||||||
2
ai
2
ai
Submodule ai updated: 63a34aaa16...bf528179eb
@@ -41,13 +41,7 @@
|
|||||||
|
|
||||||
// Explicitly set drizzle-orm path to avoid monorepo issues
|
// Explicitly set drizzle-orm path to avoid monorepo issues
|
||||||
"drizzle-orm": ["../node_modules/drizzle-orm"],
|
"drizzle-orm": ["../node_modules/drizzle-orm"],
|
||||||
"drizzle-orm/*": ["../node_modules/drizzle-orm/*"],
|
"drizzle-orm/*": ["../node_modules/drizzle-orm/*"]
|
||||||
|
|
||||||
"@better-auth/core": ["../node_modules/@better-auth/core"],
|
|
||||||
"@better-auth/core/*": ["../node_modules/@better-auth/core/*"],
|
|
||||||
|
|
||||||
"hono": ["../node_modules/hono"],
|
|
||||||
"hono/*": ["../node_modules/hono/*"]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"include": ["src", "tests", "scripts", "experiments", "perf"],
|
"include": ["src", "tests", "scripts", "experiments", "perf"],
|
||||||
|
|||||||
Reference in New Issue
Block a user