Set up the Kifu PWA project with decent Makefiles #41

Merged
savanni merged 14 commits from kifu-pwa into main 2023-05-13 16:48:42 +00:00
3 changed files with 1961 additions and 1 deletions
Showing only changes of commit ab97f266bb - Show all commits

View File

@ -18,7 +18,6 @@
"webpack-cli": "^5.1.0"
},
"dependencies": {
"kifu-wasm": "file:../ffi/wasm/pkg",
"lodash": "^4.17.21"
}
}

1954
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

7
package.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "tools",
"workspaces": [
"kifu/ffi/wasm/pkg",
"kifu/kifu-pwa"
]
}