AD007xD
Need to add shadcn to project
@kapa.ai I ran
npm install --save-dev shadcn-nuxt
but now im getting an error in line 10 saying Object literal may only specify known properties, and 'target' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'.ts(2353)
(property) target: string
for reference, this is my nuxt.config.ts
file
13 replies