Skip to content

Commit

Permalink
Merge branch 'main' into fix-typography-tokens-variables-application
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-gupta7 committed Dec 23, 2024
2 parents 6446cc6 + 5098134 commit f868390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { ThemeObjectsList } from '@/types';
import { TokensStudioAction } from '@/app/store/providers/tokens-studio';

const makeClient = (secret: string) => create({
host: process.env.API_HOST || 'localhost:4200',
host: process.env.TOKENS_STUDIO_API_HOST || 'localhost:4200',
secure: process.env.NODE_ENV !== 'development',
auth: `Bearer ${secret}`,
});
Expand Down

0 comments on commit f868390

Please sign in to comment.