UNPKG

template_assets

Version:

![Compatibility](https://img.shields.io/badge/compatibility-0.6.25-blue) [![Build Status](https://github.com/dfinity/examples/workflows/motoko-superheroes-example/badge.svg)](https://github.com/dfinity/examples/actions?query=workflow%3Amotoko-superheroes

33 lines (32 loc) 567 B
{ "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 }