Quint Daenen
Results
12
comments of
Quint Daenen
@matthewhammer There is a quick reference on how I have used it: https://github.com/internet-computer/debug-block.mo (As far as I know) there is no direct support in DFX to pass arguments to `moc`...
Thanks @ggreif~ This makes it much simpler to set up! ### dfx.json ``` { "canisters": { "prod": { "type": "motoko", "main": "src/main.mo", "args": "--release" }, "dev": { "type": "motoko", "main":...