Skip to content

Commit

Permalink
fix(sec): use patched localtunnel
Browse files Browse the repository at this point in the history
package linking doesn't seem to work with ts + workspaces so we just replace the import
  • Loading branch information
Ben Zörb committed May 31, 2024
1 parent fb5a270 commit d52e985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contentful-ssg/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { existsSync } from 'fs';
import { outputFile } from 'fs-extra';
import { readFile } from 'fs/promises';
import getPort from 'get-port';
import localtunnel from 'localtunnel';
import localtunnel from '@security-patched/localtunnel';
import path from 'path';
import prettier from 'prettier';
import { run } from './index.js';
Expand Down

0 comments on commit d52e985

Please sign in to comment.