mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 05:28:46 +01:00
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:
@@ -2,8 +2,9 @@ export function useProjectColors() {
|
||||
const statusColors: Record<string, string> = {
|
||||
'active': 'green',
|
||||
'completed': 'blue',
|
||||
'archived': 'gray',
|
||||
'in-progress': 'amber'
|
||||
'archived': 'neutral',
|
||||
'in-progress': 'amber',
|
||||
'in progress': 'amber'
|
||||
}
|
||||
|
||||
const typeColors: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user