We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c2b0a commit 5d09255Copy full SHA for 5d09255
.prettierrc
@@ -2,5 +2,6 @@
2
"useTabs": false,
3
"singleQuote": true,
4
"tabWidth": 2,
5
- "trailingComma": "all"
+ "trailingComma": "all",
6
+ "printWidth": 80
7
}
env-dynamics.mjs
@@ -48,5 +48,6 @@ export const prefillUnsafeElRpcUrls5 =
48
export const prefillUnsafeElRpcUrls17000 =
49
process.env.PREFILL_UNSAFE_EL_RPC_URLS_17000?.split(',') ?? [];
50
51
+/** @type string */
52
export const widgetApiBasePathForIpfs =
53
process.env.WIDGET_API_BASE_PATH_FOR_IPFS;
0 commit comments