File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"start-server" : " npx http-server --cors -c-1" ,
8
- "start-webpack" : " export NODE_OPTIONS=--openssl-legacy-provider && webpack ./src/index.js --output-filename puter.js && webpack ./src/index.js --output-filename puter.dev.js --watch --devtool source-map" ,
8
+ "start-webpack" : " webpack ./src/index.js --output-filename puter.js && webpack ./src/index.js --output-filename puter.dev.js --watch --devtool source-map" ,
9
9
"start" : " concurrently \" npm run start-server\" \" npm run start-webpack\" " ,
10
- "build" : " export NODE_OPTIONS=--openssl-legacy-provider && webpack ./src/index.js --output-filename puter.js && { echo \" // Copyright 2024 Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
10
+ "build" : " webpack ./src/index.js --output-filename puter.js && { echo \" // Copyright 2024 Puter Technologies Inc. All rights reserved.\" ; echo \" // Generated on $(date '+%Y-%m-%d %H:%M')\n\" ; cat ./dist/puter.js; } > temp && mv temp ./dist/puter.js"
11
11
},
12
12
"keywords" : [],
13
13
"author" : " " ,
You can’t perform that action at this time.
0 commit comments