Skip to content

Commit

Permalink
Fix json file import #401
Browse files Browse the repository at this point in the history
LexLuengas committed Dec 9, 2022

Verified

This commit was signed with the committer’s verified signature.
fritzy Nathan Fritz
1 parent 88d5e41 commit 5cb4e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ import * as chokidar from 'chokidar';
import * as program from 'commander';
import * as http from 'http';
import * as path from 'path';
const npmPackage = require('../../package.json');
import * as npmPackage from '../package.json';

import { runProxy } from './app';

0 comments on commit 5cb4e9f

Please sign in to comment.