UNPKG

@allgroup/yandex-taxi-fleet-api

Version:

Unofficial yandex taxi fleet api library

13 lines (10 loc) 337 B
// esbuild.config.js import * as esbuild from 'esbuild'; await esbuild.build({ entryPoints: ['./index.ts'], // Adjust the entry point as needed bundle: true, sourcemap: true, platform: 'node', target: 'node18', outfile: './dist/lib.js', // Adjust the output file path as needed }).catch(() => process.exit(1));