Skip to content

Commit 32e40e8

Browse files
committed
fix cloudflare issue?
1 parent bf26fde commit 32e40e8

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": "parcel src/index.html",
7-
"build": "parcel build src/index.html"
7+
"build": "parcel build src/index.html --public-url ."
88
},
99
"dependencies": {
1010
"monaco-editor": "^0.52.2",

0 commit comments

Comments
 (0)