Skip to content

Commit fad2115

Browse files
committed
fix for cloudflare pages
1 parent de0cb6d commit fad2115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "AI assisted codeing environment similar to JSFiddle",
55
"scripts": {
66
"dev": "npx parcel src/index.html --no-hmr ",
7-
"build": "npx parcel build src/index.html --public-url ."
7+
"build": "npx parcel build src/index.html --no-source-maps --public-url ."
88
},
99
"dependencies": {
1010
"@anthropic-ai/sdk": "^0.39.0",

0 commit comments

Comments
 (0)