chore: change import assert to readFile (#368)
This commit is contained in:
parent
35e6c49d7c
commit
91ae93c167
4 changed files with 8 additions and 6 deletions
|
|
@ -20,8 +20,7 @@ import { startHttpTransport, startStdioTransport } from './transport.js';
|
|||
import { resolveConfig } from './config.js';
|
||||
|
||||
import type { Connection } from './connection.js';
|
||||
|
||||
import packageJSON from '../package.json' with { type: 'json' };
|
||||
import { packageJSON } from './context.js';
|
||||
|
||||
program
|
||||
.version('Version ' + packageJSON.version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue