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
I think we need to pass serveFilesOutsidePath into the createStaticHandler in order to serve content in the packages folders. They symlink to the project's main packages folder, which symlinks to the pub-cache - outside of the web server's root.
The text was updated successfully, but these errors were encountered:
When I'm deploying to appengine, I remove all symlinks from the build/web directory (recursively, and then create one realized copy of packages in build/web (real files, not symlinks). This prevents the appengine deploy from trying to copy 4 billion copies of the files.
I think we need to pass
serveFilesOutsidePath
into thecreateStaticHandler
in order to serve content in thepackages
folders. They symlink to the project's mainpackages
folder, which symlinks to the pub-cache - outside of the web server's root.The text was updated successfully, but these errors were encountered: