Skip to content

Commit

Permalink
fix: element tree introspection on Makewsift API routes
Browse files Browse the repository at this point in the history
  • Loading branch information
agurtovoy authored and migueloller committed Jan 22, 2025
1 parent 5f7b14f commit 66046b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/app/api/makeswift/[...makeswift]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { strict } from 'assert';

import { runtime } from '~/lib/makeswift/runtime';

import '~/lib/makeswift/components';

strict(process.env.MAKESWIFT_SITE_API_KEY, 'MAKESWIFT_SITE_API_KEY is required');

const defaultVariants: Font['variants'] = [
Expand Down

0 comments on commit 66046b6

Please sign in to comment.