This commit is contained in:
platane
2025-03-22 15:58:46 +01:00
parent 83033510f0
commit 3db2b4069e
9 changed files with 121 additions and 2 deletions

View File

@@ -18,5 +18,8 @@
"dev:demo": "( cd packages/demo ; npm run dev )",
"build:demo": "( cd packages/demo ; npm run build )",
"build:action": "( cd packages/action ; npm run build )"
}
},
"trustedDependencies": [
"wasm-pack"
]
}