chore: change import assert to readFile (#368)

This commit is contained in:
Max Schmitt
2025-05-07 11:30:01 +02:00
committed by GitHub
parent 35e6c49d7c
commit 91ae93c167
4 changed files with 8 additions and 6 deletions

View File

@@ -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)