Skip to content

Commit

Permalink
Merge pull request #21 from KB-iGOT/style-issue-fix
Browse files Browse the repository at this point in the history
update for style issue
  • Loading branch information
vishnubansaltarento authored Sep 20, 2024
2 parents 2592c04 + c9e332d commit 69d9404
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,42 +38,42 @@
"src/styles/styles.scss",
"node_modules/shepherd.js/dist/css/shepherd.css",
{
"inject": true,
"inject": false,
"input": "src/themes/theme-deep-purple.scss",
"bundleName": "theme-deep-purple"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-grey.scss",
"bundleName": "theme-grey"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-indigo.scss",
"bundleName": "theme-indigo"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-lite-blue.scss",
"bundleName": "theme-lite-blue"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-orange.scss",
"bundleName": "theme-orange"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-teal.scss",
"bundleName": "theme-teal"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-blue.scss",
"bundleName": "theme-blue"
},
{
"inject": true,
"inject": false,
"input": "src/themes/theme-deep-blue.scss",
"bundleName": "theme-deep-blue"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o",
"start": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve --proxy-config proxy/localhost.proxy.json -o",
"dev": "npm run start:spv-dev",
"prebuild": "npm run lint:fix",
"build-dev": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration production --configuration=dev --outputPath=dist/www/en --baseHref=/ --subresource-integrity",
Expand Down

0 comments on commit 69d9404

Please sign in to comment.