Replies: 2 comments 6 replies
-
Yes! Check out our new “mount” config, you’d want to do something like this: {“mount”: {“src”: “/“}} |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a project structure like this:
When starting the dev server from this directory everything works perfectly.
I would like my index.html file to be in the
src
directory, but then snowpack does not find the index.html file.When starting the snowpack dev server from inside the
src
directory it says it can not find the package.json file which is required.Is there a possibility to start the snowpack dev server from my projects directory, but point to
src
as the root directory to be served?Beta Was this translation helpful? Give feedback.
All reactions