- NOTE: orval's dependencies conflict with eslint for some reason, which makes any orval CLI commands error. The workaround is to
rm -rf node_modules
, remove eslint from package.json and runbun install
. This resolves the conflict, after which you can run orval commands (aka justbun gen:api
) and then install eslint back.- here's a one-liner for that:
rm -rf node_modules && bun uninstall eslint && bun i && bun gen:api && bun install eslint -D
- here's a one-liner for that:
-
Notifications
You must be signed in to change notification settings - Fork 0
VSCubing frontend
License
vscubing/vscubing-frontend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
VSCubing frontend
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published