mirror of
https://github.com/sussy-code/providers.git
synced 2026-01-11 20:10:17 +00:00
ci: fix chalk building error
This commit is contained in:
parent
42a27a2fe0
commit
e061ff636a
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,12 @@ export default defineNuxtConfig({
|
|||
'@/assets/css/main.css',
|
||||
],
|
||||
|
||||
build: {
|
||||
transpile: [
|
||||
"chalk"
|
||||
]
|
||||
},
|
||||
|
||||
modules: [
|
||||
// https://github.com/nuxt-modules/plausible
|
||||
'@nuxtjs/plausible',
|
||||
|
|
|
|||
Loading…
Reference in a new issue