make computer less angry

This commit is contained in:
Felix Roos
2024-05-03 10:34:35 +02:00
parent 931016143c
commit 0fcfc308fd
4 changed files with 15 additions and 1 deletions
+2 -1
View File
@@ -21,4 +21,5 @@ vite.config.js
/src-tauri/target/**/*
reverbGen.mjs
hydra.mjs
jsdoc-synonyms.js
jsdoc-synonyms.js
packages/node/pattern.mjs
+1
View File
@@ -11,3 +11,4 @@ pnpm-lock.yaml
pnpm-workspace.yaml
**/dev-dist
website/.astro
packages/node/pattern.mjs
+3
View File
@@ -26,6 +26,9 @@
"dependencies": {
"@strudel/core": "workspace:*",
"@strudel/osc": "workspace:*",
"@strudel/tonal": "workspace:*",
"@strudel/mini": "workspace:*",
"@strudel/transpiler": "workspace:*",
"node-watch": "^0.7.4",
"osc-js": "^2.4.0"
}
+9
View File
@@ -307,9 +307,18 @@ importers:
'@strudel/core':
specifier: workspace:*
version: link:../core
'@strudel/mini':
specifier: workspace:*
version: link:../mini
'@strudel/osc':
specifier: workspace:*
version: link:../osc
'@strudel/tonal':
specifier: workspace:*
version: link:../tonal
'@strudel/transpiler':
specifier: workspace:*
version: link:../transpiler
node-watch:
specifier: ^0.7.4
version: 0.7.4