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
I think this commit sst/ion@ff5f835 makes webapps to do a refresh without the developer consent...
If you have something like this:
export const webapp = new sst.aws.StaticSite('Webapp', { dev: { directory: 'packages/webapp', command: 'quasar dev', autostart: true, url: 'http://localhost:9001', }, environment, });
Every 45 minutes the command gets called.
The text was updated successfully, but these errors were encountered:
the reason we need to do this is because the credentials generated run out after 1 hourthat said static site's don't need any credentials so we can probably see if we can make this more granular
Sorry, something went wrong.
should not apply to static sites in v3.0.63
thdxr
No branches or pull requests
I think this commit sst/ion@ff5f835 makes webapps to do a refresh without the developer consent...
If you have something like this:
Every 45 minutes the command gets called.
The text was updated successfully, but these errors were encountered: