mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 23:45:02 +00:00
Fixed optional dependency error & updated dev-all
This commit is contained in:
parent
0411a36b56
commit
0bdda72caa
@ -8,7 +8,7 @@
|
||||
"shared-operations"
|
||||
],
|
||||
"scripts": {
|
||||
"dev-all": "concurrently --names \"node,ionic\" -c \"red.bold,cyan.bold\" --kill-others \"npm run -w server-node dev\" \"npm run -w client-ionic dev\"",
|
||||
"dev-all": "concurrently --names \"node,tauri\" -c \"red.bold,cyan.bold\" --kill-others \"npm run -w server-node dev\" \"npm run -w client-tauri dev\"",
|
||||
"update-all-dependencies": "npm i --workspace=server-node --workspace=client-tauri --workspace=shared-operation",
|
||||
"update-backend-dependencies": "npm i --workspace=server-node --workspace=shared-operation",
|
||||
"update-frontend-dependencies": "npm i --workspace=client-tauri --workspace=shared-operation"
|
||||
|
@ -8,6 +8,9 @@
|
||||
"imports": {
|
||||
"#pdfcpu": "../../shared-operations/src/wasm/pdfcpu/pdfcpu-wrapper.server.js"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"canvas": "^2.11.2"
|
||||
},
|
||||
"files": [
|
||||
"/shared-operations/src/wasm/pdfcpu/pdfcpu.wasm"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user