feat: add drizzle schema for user_settings

This commit is contained in:
devilreef 2026-04-29 12:14:17 +06:00
parent bd26ba77e6
commit cf790c60df
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
8 changed files with 108 additions and 1 deletions

View file

@ -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',