Serve static files for remote access #4998
-
|
Is it possible to get the assets directory to upload files to it and serve like static files using I asked this on plugin repo but no answers yet |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is no asset directory, all the files are stored as binary data inside the executable. So for serving custom files you need to spin up your own localhost server. (You could combine this with serving the bundled assets by using the asset resolver you mentioned inside that new server) |
Beta Was this translation helpful? Give feedback.
There is no asset directory, all the files are stored as binary data inside the executable. So for serving custom files you need to spin up your own localhost server. (You could combine this with serving the bundled assets by using the asset resolver you mentioned inside that new server)