mirror of
https://github.com/sussy-code/providers.git
synced 2026-05-13 13:20:37 +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',
|
'@/assets/css/main.css',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
build: {
|
||||||
|
transpile: [
|
||||||
|
"chalk"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
modules: [
|
modules: [
|
||||||
// https://github.com/nuxt-modules/plausible
|
// https://github.com/nuxt-modules/plausible
|
||||||
'@nuxtjs/plausible',
|
'@nuxtjs/plausible',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue