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
{{ message }}
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
Snowpack performance is very good and I am still trying it out, I am trying to build chrome extension with Imba@2 with snowpack template, This json code below from package.json
when I run npm run start it starts local dev server http://localhost:8080/index.html but I wants to access http://localhost:8080/options.html, which returns the same content as index.html
thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Snowpack performance is very good and I am still trying it out, I am trying to build chrome extension with Imba@2 with snowpack template, This json code below from
package.json
My project structure
when I run
npm run start
it starts local dev serverhttp://localhost:8080/index.html
but I wants to accesshttp://localhost:8080/options.html
, which returns the same content asindex.html
thanks
The text was updated successfully, but these errors were encountered: