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
Octobox should replace the default scripts, for example npm run dev.
Octobox should, ideally, have no trace in the app's directory. The route generator should be gone, and the test scripts should be abstracted into a function or object like octobox-tests.newTester(). Any other unneeded octobox-specific files should be gone too.
The text was updated successfully, but these errors were encountered:
Octobox should replace the default scripts, for example
npm run dev
.Octobox should, ideally, have no trace in the app's directory. The route generator should be gone, and the test scripts should be abstracted into a function or object like
octobox-tests.newTester()
. Any other unneeded octobox-specific files should be gone too.The text was updated successfully, but these errors were encountered: