Browse Source

fix(client): change marked script file

pull/6117/head
Kenrick Tandrian 1 month ago
parent
commit
2c39c9b04f
  1. 2
      apps/client/project.json

2
apps/client/project.json

@ -75,7 +75,7 @@
"ngswConfigPath": "apps/client/ngsw-config.json",
"optimization": false,
"polyfills": "apps/client/src/polyfills.ts",
"scripts": ["node_modules/marked/marked.min.js"],
"scripts": ["node_modules/marked/lib/marked.umd.js"],
"serviceWorker": true,
"sourceMap": true,
"styles": [

Loading…
Cancel
Save