We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Describe the issue here)
localhost:3000/static
public_html
skygearCloud.staticAsset
{"result":{"status":"OK"}}
env
PLUGINS="JSJS" JSJS_TRANSPORT="http" JSJS_PATH="http://localhost:9000" PUBSUB_URL="ws://localhost:3000/pubsub" SKYGEAR_ENDPOINT="http://localhost:3000" HTTP=true SERVE_STATIC_ASSETS=true
staticAsset according to docs
skygearCloud.staticAsset('/myfolder', function() { return __dirname + '/myfolder/'; });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Describe the issue here)
Expected Results
localhost:3000/static
should be automatically servingpublic_html
skygearCloud.staticAsset
should be able to serve a designated folderActual Results
localhost:3000/static
is blankskygearCloud.staticAsset
is{"result":{"status":"OK"}}
Steps to reproduce
env
staticAsset according to docs
The text was updated successfully, but these errors were encountered: