linting with biome...
This commit is contained in:
parent
da2e7da762
commit
f19b9f3b36
263 changed files with 3013 additions and 2754 deletions
|
@ -4,7 +4,7 @@ export default defineConfig({
|
|||
out: './drizzle',
|
||||
schema: './src/lib/server/db/schema',
|
||||
dialect: 'postgresql',
|
||||
dbCredentials: { url: process.env.DATABASE_URL! || ' ' },
|
||||
dbCredentials: { url: process.env.DATABASE_URL || ' ' },
|
||||
verbose: true,
|
||||
strict: true
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue