global-agent icon indicating copy to clipboard operation
global-agent copied to clipboard

The main entry in the package.json is broken since the move from flow to ts

Open Skywalker13 opened this issue 4 months ago • 0 comments

Hello,

The main entry in the package.json is broken since the move from flow to ts.

$ npm run build
$ ls -l dist/
total 8
drwxrwxr-x 6 schroeterm schroeterm 4096 aoû  4 09:02 src
drwxrwxr-x 3 schroeterm schroeterm 4096 aoû  4 09:02 test

in the package.jsonfile:

  "main": "./dist/index.js",

It should be "./dist/src/index.js"

Skywalker13 avatar Aug 04 '25 07:08 Skywalker13