We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d07616d + fdac255 commit cbe47b7Copy full SHA for cbe47b7
package.json
@@ -9,9 +9,9 @@
9
"scripts": {
10
"build": "yarn run ember build",
11
"start": "yarn run ember server",
12
- "start:local": "yarn run ember server --proxy http://127.0.0.1:8888",
13
- "start:staging": "yarn run ember server --proxy https://staging-crates-io.herokuapp.com",
14
- "start:live": "yarn run ember server --proxy https://crates.io",
+ "start:local": "yarn run ember server -- --proxy http://127.0.0.1:8888",
+ "start:staging": "yarn run ember server -- --proxy https://staging-crates-io.herokuapp.com",
+ "start:live": "yarn run ember server -- --proxy https://crates.io",
15
"test": "yarn run ember test",
16
"ember": "ember"
17
},
0 commit comments