Paul Ebose
Paul Ebose
> I think that we would get too many prompts in the init command. What about having it just in the component.json? I agree with you. This implementation does not...
I cannot reproduce this. Can you output the list of files here? Try `tree --gitignore`
Okay. What is the command you used to create the Next.js project? And use the default options?
Can you check the import alias in tsconfig and components.json if they match?
The CLI init isn't supposed to alter your code in the /app directory, except when creating global css
I can start working on this
> I can start working on this I wasn't feeling well since then. --- You can pass in a custom path for tsconfig.json using the `TS_NODE_PROJECT` environment variable. Just prefix...
@matheralvs it would be by prefixing every shadcn-ui command with the env var
The previous commit works as expected. I made the document's `content` optional, we can then check to see if the `content` is not _nil_. There is a helper `sourceEditorText` binding...
You can change **Configuration 2** to: ```js const lintCommand = (filenames) => `next lint --cache --fix --file ${filenames.map((f) => path.relative(process.cwd(), f)).join(' --file ')}` module.exports = { 'src/**/*.{ts,tsx,css}': ['prettier --write'], 'src/**/*.{ts,tsx}':...