File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "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" ,
99 "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"
1111 },
1212 "keywords" : [],
1313 "author" : " " ,
You can’t perform that action at this time.
0 commit comments