Skip to content

Commit c4e91c3

Browse files
authored
fix monaco (#1353)
1 parent 1c2e580 commit c4e91c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"src/config.json",
2525
{
2626
"glob": "**/*",
27-
"input": "../node_modules/monaco-editor/min",
27+
"input": "./node_modules/monaco-editor/min",
2828
"output": "./assets/monaco"
2929
}
3030
],

0 commit comments

Comments
 (0)