We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf26fde commit 32e40e8Copy full SHA for 32e40e8
package.json
@@ -4,7 +4,7 @@
4
"description": "AI assisted codeing environment similar to JSFiddle",
5
"scripts": {
6
"dev": "parcel src/index.html",
7
- "build": "parcel build src/index.html"
+ "build": "parcel build src/index.html --public-url ."
8
},
9
"dependencies": {
10
"monaco-editor": "^0.52.2",
0 commit comments