[F] Fix yarn build

This commit is contained in:
Hykilpikonna
2022-05-10 01:35:07 -04:00
parent ac917575bd
commit 68fc60c30f
11 changed files with 18 additions and 6 deletions
+2
View File
@@ -4,3 +4,5 @@ export const hosts = {
api: 'https://profile-api.hydev.org',
content: production ? 'https://profile-content.hydev.org' : 'http://localhost:8082'
}
export const $ = (window as any).jQuery