template_assets
Version:
 [](https://github.com/dfinity/examples/actions?query=workflow%3Amotoko-superheroes
33 lines (32 loc) • 567 B
JSON
{
"canisters": {
"superheroes": {
"main": "src/superheroes/Main.mo",
"type": "motoko"
},
"www": {
"frontend": {
"entrypoint": "src/www/index.html"
},
"source": [
"src/www/components",
"src/www/utilities",
"dist/www/"
],
"type": "assets"
}
},
"defaults": {
"build": {
"packtool": ""
}
},
"dfx": "0.11.0",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
"type": "ephemeral"
}
},
"version": 1
}