Skip to content

Commit 5d09255

Browse files
committed
fix: type in dynamics
1 parent 57c2b0a commit 5d09255

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.prettierrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"useTabs": false,
33
"singleQuote": true,
44
"tabWidth": 2,
5-
"trailingComma": "all"
5+
"trailingComma": "all",
6+
"printWidth": 80
67
}

env-dynamics.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ export const prefillUnsafeElRpcUrls5 =
4848
export const prefillUnsafeElRpcUrls17000 =
4949
process.env.PREFILL_UNSAFE_EL_RPC_URLS_17000?.split(',') ?? [];
5050

51+
/** @type string */
5152
export const widgetApiBasePathForIpfs =
5253
process.env.WIDGET_API_BASE_PATH_FOR_IPFS;

0 commit comments

Comments
 (0)