Skip to content

Commit

Permalink
Rename entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren committed Sep 11, 2023
1 parent 0690ef3 commit 2ed552f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 20 deletions.
16 changes: 0 additions & 16 deletions examples/rejections/canisters/some_service/some_service.ts

This file was deleted.

8 changes: 4 additions & 4 deletions examples/rejections/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "custom",
"build": "npx azle rejections",
"root": "canisters/rejections",
"ts": "canisters/rejections/rejections.ts",
"candid": "canisters/rejections/rejections.did",
"ts": "canisters/rejections/index.ts",
"candid": "canisters/rejections/index.did",
"wasm": ".azle/rejections/rejections.wasm.gz",
"declarations": {
"output": "test/dfx_generated/rejections",
Expand All @@ -17,8 +17,8 @@
"type": "custom",
"build": "npx azle some_service",
"root": "canisters/some_service",
"ts": "canisters/some_service/some_service.ts",
"candid": "canisters/some_service/some_service.did",
"ts": "canisters/some_service/index.ts",
"candid": "canisters/some_service/index.did",
"wasm": ".azle/some_service/some_service.wasm.gz",
"declarations": {
"output": "test/dfx_generated/some_service",
Expand Down

0 comments on commit 2ed552f

Please sign in to comment.