Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 1, 2024
1 parent 9ed822c commit 5dc6a9d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 85 deletions.
18 changes: 0 additions & 18 deletions motoko/minimal-counter-dapp/src/minimal_dapp/main.mo

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions motoko/minimal-counter-dapp/src/minimal_dapp_assets/src/index.html

This file was deleted.

11 changes: 0 additions & 11 deletions motoko/minimal-counter-dapp/src/minimal_dapp_assets/src/index.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"setup": "npm i && dfx canister create minimal_dapp_backend && dfx generate minimal_dapp_backend && dfx deploy",
"start": "vite --port 3000",
"prebuild": "dfx generate",
"build": "tsc && vite build",
"build": "vite build",
"format": "prettier --write \"src/**/*.{json,js,jsx,ts,tsx,css,scss}\""
},
"devDependencies": {
Expand All @@ -26,4 +26,4 @@
"@dfinity/principal": "^1.4.0",
"lit-html": "^2.8.0"
}
}
}

0 comments on commit 5dc6a9d

Please sign in to comment.