mirror of
https://github.com/zadam/trilium.git
synced 2025-10-02 03:24:53 +08:00
fix(nx/turndown-plugin-gfm): wrong entrypoint for vite
This commit is contained in:
parent
b5eedf259e
commit
fb6c8e04aa
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
".": {
|
||||
"development": "./src/index.ts",
|
||||
"development": "./src/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.js",
|
||||
"default": "./dist/index.js"
|
||||
|
|
Loading…
Add table
Reference in a new issue