Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config: StorybookConfig = {

config.resolve.fallback = {
...config.resolve.fallback,
process: require.resolve('process/browser'),
process: 'process/browser',
};

// START: -------- SVG and PNG Handling --------
Expand Down
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"eslint.useFlatConfig": true,
"cSpell.words": ["Cbor", "keccak", "secp"],
"[dotenv]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[xml]": {
"editor.defaultFormatter": "DotJoshJohnson.xml"
},
"eslint.lintTask.enable": true,
"eslint.options": {
"cache": true
Expand Down
Loading
Loading