Set up the Kifu PWA project with decent Makefiles #41
|
@ -18,7 +18,6 @@
|
|||
"webpack-cli": "^5.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"kifu-wasm": "file:../ffi/wasm/pkg",
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"name": "tools",
|
||||
"workspaces": [
|
||||
"kifu/ffi/wasm/pkg",
|
||||
"kifu/kifu-pwa"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue