Skip to content

Commit

Permalink
fix: upgrade dep and make moonbit's wasm work
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch3n committed Feb 5, 2024
1 parent 5c1f2d8 commit a6b591e
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 156 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --force",
"build": "tsc && vite build",
"build-wasm": "cd twiggy-wasm-api && wasm-pack build --target bundler --out-dir ./pkg",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"storybook": "^7.6.10",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite": "^5.0.12",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
Expand Down
56 changes: 30 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added src/assets/moon.wasm
Binary file not shown.
Loading

0 comments on commit a6b591e

Please sign in to comment.