mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-14 12:07:45 +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:
@@ -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'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user