chore: update project dependencies and configuration

- Removed Tailwind CSS tag from the artchat project metadata.
- Updated @nuxtjs/mdc package version from ^0.19.1 to 0.19.2 in package.json.
- Added migrations_table and migrations_dir properties to the D1 database configuration in wrangler.jsonc.
This commit is contained in:
2025-12-24 13:14:35 +01:00
parent 0e033b6e02
commit 2c545875d1
9 changed files with 135 additions and 39 deletions

View File

@@ -5,8 +5,21 @@ export default defineAppConfig({
},
colors: {
primary: 'neutral',
white: 'white',
black: 'black',
cyan: 'cyan',
gray: 'gray',
zinc: 'zinc',
neutral: 'neutral',
red: 'red'
red: 'red',
amber: 'amber',
green: 'green',
emerald: 'emerald',
sky: 'sky',
blue: 'blue',
purple: 'purple',
pink: 'pink',
orange: 'orange'
}
}
})