• Kelvin Fichter's avatar
    fix: better version imports for services · 97b5f578
    Kelvin Fichter authored
    Improves the way that package versions are imported for BaseServiceV2
    services. By importing directly (in typescript, rather than using
    require) TypeScript will properly embed the package.json in the /dist
    folder which makes it possible to run the services using the compiled
    JavaScript.
    97b5f578
service.ts 5.65 KB