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
1. In another terminal, run `yarn build-dev --watch`
In a new build/run, the dist directory has not been created yet, so yarn http-serve will provide the following error and exit:
yarn run v1.22.19
$ http-server-spa dist index.html 8080
[ERR] Could not start server, fallback file not found
[TRY] http-server-spa <directory> <fallback> <port>
The text was updated successfully, but these errors were encountered:
I believe the following two lines should be switched:
json-schema-viewer/README.md
Lines 22 to 23 in 8bf0f0a
In a new build/run, the dist directory has not been created yet, so
yarn http-serve
will provide the following error and exit:The text was updated successfully, but these errors were encountered: