Browse Source

fix(client): change marked js file

pull/6109/head
Kenrick Tandrian 1 month ago
parent
commit
1e3de40d1d
  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