feat: todo

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-02-17 12:15:25 +03:00
parent 7b6833703a
commit c738d9447c
3 changed files with 114 additions and 0 deletions

16
dfx.json Normal file
View 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
}