Skip to content

Commit

Permalink
Help system introduced + fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed Feb 12, 2025
1 parent 5b97c9f commit 7e11438
Show file tree
Hide file tree
Showing 26 changed files with 1,787 additions and 423 deletions.
14 changes: 11 additions & 3 deletions firebird-ng/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,19 @@
],
"styles": [
"@angular/material/prebuilt-themes/azure-blue.css",
"src/styles.scss"
"src/styles.scss",
"node_modules/prismjs/themes/prism-okaidia.min.css"
],
"scripts": [
"node_modules/prismjs/prism.js",
"node_modules/prismjs/components/prism-markup.min.js",
"node_modules/prismjs/components/prism-css.min.js",
"node_modules/prismjs/components/prism-typescript.min.js"

],
"scripts": [],
"customWebpackConfig": {
"path": "./webpack.config.js"
"path": "./webpack.config.js",

},
"webWorkerTsConfig": "tsconfig.worker.json"
},
Expand Down
Loading

0 comments on commit 7e11438

Please sign in to comment.