File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11cd ../aegis-app
22nohup node repo.js &
33nohup node repo.js 8001 cache &
4- cp ../aegis/wasm/build/release.wasm ../aegis-app/dist/main.wasm
5- cd ../aegis
4+ cd ../aegis/wasm
5+ yarn build
6+ cd ../aegis/wasm
7+ yarn build
8+ yarn deploy
9+ cd ..
610yarn link
711cd ../aegis-host
812yarn link @module-federation/aegis
Original file line number Diff line number Diff line change 1717 "asbuild:debug" : " asc assembly/index.ts --exportRuntime --bindings --target debug" ,
1818 "asbuild:release" : " asc assembly/index.ts --exportRuntime --bindings --target release" ,
1919 "asbuild" : " npm run asbuild:debug && npm run asbuild:release" ,
20+ "build" : " npm run asbuild" ,
2021 "deploy" : " cp build/release.wasm ../../aegis-app/dist/main.wasm" ,
2122 "test" : " node tests" ,
2223 "start" : " npx serve ."
You can’t perform that action at this time.
0 commit comments