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
After installing the azure/swa adapter, I have some new npm scripts in my package.json, but the npm run deploy script still shows the default hint to "install a server adapter".
package.json contains:
"deploy": "echo 'Run \"npm run qwik add\" to install a server adapter'",
Exypectation
I suppose this should have been replaced with either:
Which component is affected?
Qwik Runtime
Describe the bug
Problem
After installing the azure/swa adapter, I have some new npm scripts in my
package.json
, but thenpm run deploy
script still shows the default hint to "install a server adapter".package.json
contains:Exypectation
I suppose this should have been replaced with either:
Reproduction
https://github.com/rondonjon/qwik-swa-deployment-repro/blob/master/package.json
Steps to reproduce
npm run qwik add azure-swa
npm run deploy
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: