Skip to content

Commit

Permalink
chore(client): Move assets directory to Angular 18 style
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Jun 6, 2024
1 parent 757f241 commit 5f8f6cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
{
"glob": "**/*",
"input": "public"
}
],
"styles": ["src/styles.scss"],
"scripts": [],
"browser": "src/main.ts"
},
Expand Down Expand Up @@ -95,12 +95,12 @@
"karmaConfig": "karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"src/favicon.ico",
"src/assets"
],
"styles": [
"src/styles.scss"
{
"glob": "**/*",
"input": "public"
}
],
"styles": ["src/styles.scss"],
"scripts": []
}
}
Expand Down
File renamed without changes.
Binary file added client/public/favicon.ico
Binary file not shown.
Binary file removed client/src/favicon.ico
Binary file not shown.

0 comments on commit 5f8f6cf

Please sign in to comment.