aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:35:09 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-08-25 23:35:54 +0200
commitf3207bb5f941189c5ac961b56986fe4c9d35b5e6 (patch)
tree19abaf7b668dc856f32eb49f4f97c19fa2682633 /package.json
parent972a77545c430b7e72dabe803d9f5cfcf2994799 (diff)
Fix build and add logo
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index c5d25de..73f1bc5 100644
--- a/package.json
+++ b/package.json
@@ -28,5 +28,8 @@
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
+ },
+ "overrides": {
+ "@rollup/rollup-linux-x64-gnu": "@rollup/wasm-node"
}
}