feat: add drizzle schema for user_settings
This commit is contained in:
parent
bd26ba77e6
commit
cf790c60df
8 changed files with 108 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export default antfu({
|
|||
quotes: 'single',
|
||||
},
|
||||
typescript: true,
|
||||
ignores: ['.omc'],
|
||||
ignores: ['.omc', 'src/db/migrations'],
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
'antfu/no-top-level-await': 'off',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue