Skip to content

Commit

Permalink
add back constant
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Jan 9, 2025
1 parent 0f59015 commit 0d4ac69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/presets/express.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { constants } from '../constants';
import { applicationConfig } from '../models/applicationConfig';
import { templates } from '../templates';
import { linkPackage } from './utils';
Expand All @@ -10,7 +11,7 @@ const vite = applicationConfig()
.addScript('dev', 'pnpm dev')
.addScript('build', 'pnpm build')
.addScript('serve', 'pnpm start')
.addDependency('@clerk/express', linkPackage('express'));
.addDependency('@clerk/express', constants.E2E_CLERK_VERSION || linkPackage('express'));

export const express = {
vite,
Expand Down

0 comments on commit 0d4ac69

Please sign in to comment.