Justin Brooks
12/21/2022, 1:19 AMKnapsack# cat build/js/package.json
{
"name": "Knapsack",
"version": "unspecified",
"private": true,
"workspaces": [
"packages/Knapsack-common",
I've tried to configure it a few different ways, but the current code https://github.com/jzbrooks/Knapsack/blob/1a720273a148cade22d068108528ccbe5906ce2a/common/build.gradle.kts#L13.
I searched the issue tracker since but didn't find anything relevant. Does anyone know what I'm missing?Justin Brooks
12/22/2022, 1:43 AMjs(IR) {
version = "0.0.1"
nodejs()
}