mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 15:12:19 +00:00
lint issues (eslint got hands for what?)
This commit is contained in:
parent
b495692275
commit
e21470ed5d
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ const env: Record<keyof Config, undefined | string> = {
|
||||||
GITHUB_LINK: undefined,
|
GITHUB_LINK: undefined,
|
||||||
DISCORD_LINK: undefined,
|
DISCORD_LINK: undefined,
|
||||||
TWITTER_LINK: undefined,
|
TWITTER_LINK: undefined,
|
||||||
ONBOARDING_CHROME_EXTENSION_INSTALL_LINK:
|
ONBOARDING_CHROME_EXTENSION_INSTALL_LINK: "https://docs.undi.rest/extension",
|
||||||
"https://docs.undi.rest/extension",
|
|
||||||
ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK: import.meta.env
|
ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK: import.meta.env
|
||||||
.VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK,
|
.VITE_ONBOARDING_FIREFOX_EXTENSION_INSTALL_LINK,
|
||||||
ONBOARDING_PROXY_INSTALL_LINK: import.meta.env
|
ONBOARDING_PROXY_INSTALL_LINK: import.meta.env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue