Skip to content

Commit 360d17e

Browse files
authored
hotfix(ci): linter build for view (#480)
1 parent 56dbf3b commit 360d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/app/config/appInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const appInfo = {
22
// learn more about this on https://supertokens.com/docs/thirdpartyemailpassword/appinfo
33
appName: 'Nixopus',
4-
apiDomain: process.env.NEXT_PUBLIC_API_URL?.replace('/api', ''),
4+
apiDomain: process.env.NEXT_PUBLIC_API_URL?.replace('/api', '') || 'http://localhost:8080',
55
websiteDomain: process.env.NEXT_PUBLIC_WEBSITE_DOMAIN || 'http://localhost:3000',
66
apiBasePath: '/auth',
77
websiteBasePath: '/auth'

0 commit comments

Comments
 (0)