We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0cb6d commit fad2115Copy full SHA for fad2115
package.json
@@ -4,7 +4,7 @@
4
"description": "AI assisted codeing environment similar to JSFiddle",
5
"scripts": {
6
"dev": "npx parcel src/index.html --no-hmr ",
7
- "build": "npx parcel build src/index.html --public-url ."
+ "build": "npx parcel build src/index.html --no-source-maps --public-url ."
8
},
9
"dependencies": {
10
"@anthropic-ai/sdk": "^0.39.0",
0 commit comments