You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @nksaraf ,
I am trying to specify a different config file duruing build, and it doesn't seem to work.
The commands syntax is this according to the output:
But when I try it, I get this:
So, it seems like it's expecting the command to come first. When I try that like this: npx vinxi build --config app.config.analyzer.ts it seems to work, howver, it uses the main app.config.ts file instead of the one I am specifying. I can verify this by renaming/removing the main app.config.ts file and when I run the command with --config, I get this:
Any help would be appreciated.
Thank you! 🍻
The text was updated successfully, but these errors were encountered:
Hello @nksaraf ,
I am trying to specify a different config file duruing build, and it doesn't seem to work.
The commands syntax is this according to the output:
But when I try it, I get this:
So, it seems like it's expecting the command to come first. When I try that like this:
npx vinxi build --config app.config.analyzer.ts
it seems to work, howver, it uses the main app.config.ts file instead of the one I am specifying. I can verify this by renaming/removing the main app.config.ts file and when I run the command with --config, I get this:Any help would be appreciated.
Thank you! 🍻
The text was updated successfully, but these errors were encountered: