File tree Expand file tree Collapse file tree
implementations/js/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "version" : " 1.0.0" ,
33 "name" : " @asls/wsc-server" ,
44 "private" : false ,
5+ "type" : " module" ,
56 "publishConfig" : {
67 "access" : " public"
78 },
1819 "pkg" : {
1920 "scripts" : " dist/**/*.cjs" ,
2021 "assets" : [
21- " ./dist/**/*" ,
22- " ../../../node_modules/**/*"
22+ " ./dist/**/*"
2323 ],
2424 "options" : {
2525 "no-bytecode" : true ,
4040 "." : " ./dist/main.cjs"
4141 },
4242 "files" : [
43- " dist"
43+ " dist/**/*.cjs" ,
44+ " dist/package.json"
4445 ],
4546 "scripts" : {
4647 "test" : " echo \" Error: no test specified\" && exit 1" ,
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ async function run() {
2020 platform : 'node' ,
2121 target : 'node20' ,
2222 format : 'cjs' ,
23- external : [
24- '@roamhq/wrtc' ,
25- 'systeminformation' ,
26- ] ,
23+ // external: [
24+ // '@roamhq/wrtc',
25+ // 'systeminformation',
26+ // ],
2727 } ) ;
2828
2929 console . log ( '📄 Updating package.json...' ) ;
You can’t perform that action at this time.
0 commit comments