File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 44 "bin" : " dist/index.js" ,
55 "files" : [" dist" ],
66 "main" : " ./dist/server.js" ,
7- "types" : " ./dist/server.d.ts" ,
7+ "types" : " ./dist/src/ server.d.ts" ,
88 "exports" : {
99 "." : {
10- "types" : " ./dist/server.d.ts" ,
10+ "types" : " ./dist/src/ server.d.ts" ,
1111 "default" : " ./dist/server.js"
1212 },
1313 "./server" : {
14- "types" : " ./dist/server.d.ts" ,
14+ "types" : " ./dist/src/ server.d.ts" ,
1515 "default" : " ./dist/server.js"
1616 }
1717 },
Original file line number Diff line number Diff line change 1- import path from 'node:path' ;
21import { defineConfig } from '@rslib/core' ;
32import { version } from './package.json' ;
43
@@ -25,12 +24,19 @@ export default defineConfig({
2524 } ,
2625 '@silvia-odwyer/photon' ,
2726 '@silvia-odwyer/photon-node' ,
27+ // External workspace dependencies
28+ / ^ @ m i d s c e n e \/ .* / ,
29+ '@modelcontextprotocol/sdk' ,
2830 ] ,
2931 } ,
3032 lib : [
3133 {
3234 format : 'cjs' ,
3335 syntax : 'es2021' ,
36+ dts : {
37+ bundle : false ,
38+ distPath : 'dist' ,
39+ } ,
3440 output : {
3541 distPath : {
3642 root : 'dist' ,
You can’t perform that action at this time.
0 commit comments