Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 23, 2024
1 parent 598a048 commit 55b15cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { SitespeedioServer } from './src/server.js';
import { getLocalFilePath } from './src/util/fileutil.js';

const require = createRequire(import.meta.url);
const version = require('../../package.json').version;
const version = require('./package.json').version;
const defaultConfig = getLocalFilePath('../../config/default.yaml');

nconf.argv();
Expand Down

0 comments on commit 55b15cd

Please sign in to comment.