feat: todo
This commit is contained in:
parent
7b6833703a
commit
c738d9447c
3 changed files with 114 additions and 0 deletions
16
dfx.json
Normal file
16
dfx.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"canisters": {
|
||||
"motoko_backend": {
|
||||
"main": "src/motoko_backend/main.mo",
|
||||
"type": "motoko"
|
||||
}
|
||||
},
|
||||
"defaults": {
|
||||
"build": {
|
||||
"args": "",
|
||||
"packtool": ""
|
||||
}
|
||||
},
|
||||
"output_env_file": ".env",
|
||||
"version": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue