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 would like to use the BakedFile in order to embed a static folder in the crystal exe. This way I can embed multiple clients that would be hosted with the server since their folders would be 'baked in' :)
The text was updated successfully, but these errors were encountered:
HTTP::StaticFileHandler works directly with an actual file system, so it cannot see baked files.
My recommendation would be to create a modified version of HTTP::StaticFileHandler which replaces the file system interaction to operate on the baked file system.
I would like to use the BakedFile in order to embed a static folder in the crystal exe. This way I can embed multiple clients that would be hosted with the server since their folders would be 'baked in' :)
The text was updated successfully, but these errors were encountered: