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 bug When deploying, the project name is taken from the directory name.
Now takes the project name from:
To Reproduce
"now":{ "name": "hello", }
Expected behavior
App should be deployed to hello-xyz.now.sh
Additional context
It's especially annoying when willing to do now alias since that takes the name in the package.json, which is not the app name meteor-now used.
now alias
package.json
meteor-now
Probably around here:
meteor-now/src/api/constants.js
Line 12 in 2e3e90a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When deploying, the project name is taken from the directory name.
Now takes the project name from:
To Reproduce
Expected behavior
App should be deployed to hello-xyz.now.sh
Additional context
It's especially annoying when willing to do
now alias
since that takes the name in thepackage.json
, which is not the app namemeteor-now
used.Probably around here:
meteor-now/src/api/constants.js
Line 12 in 2e3e90a
The text was updated successfully, but these errors were encountered: