Comparing version 0.10.0 to 0.10.1
@@ -60,3 +60,3 @@ "use strict"; | ||
testModes: testModes.length ? testModes : settings_1.defaultSettings.testModes, | ||
testFiles: testFiles.length ? testFiles : settings_1.defaultSettings.testModes, | ||
testFiles: testFiles.length ? testFiles : settings_1.defaultSettings.testFiles, | ||
canisterNames: canisterNames.length ? canisterNames : settings_1.defaultSettings.canisterNames, | ||
@@ -63,0 +63,0 @@ reinstall: !!yes || settings_1.defaultSettings.reinstall, |
{ | ||
"name": "mo-dev", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "A live reload development server for Motoko smart contracts.", | ||
@@ -5,0 +5,0 @@ "author": "DFINITY Foundation (https://dfinity.org)", |
@@ -64,3 +64,3 @@ | ||
Specify the working directory (`--cwd` or `-c`; should contain a `dfx.json` file): | ||
Specify the working directory (`--cwd` or `-C`; should contain a `dfx.json` file): | ||
@@ -71,2 +71,8 @@ ```sh | ||
Only run the dev server for specific canisters (`--canister` or `-c`): | ||
```sh | ||
mo-dev -c my_canister -c another_canister --deploy | ||
``` | ||
## Advanced Features | ||
@@ -73,0 +79,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2346015
143