Skip to content

Commit

Permalink
wip angular.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Hermann committed Nov 14, 2024
1 parent 5e8f222 commit 0d54e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
{
"glob": "**/*",
"input": "src/app/game/images",
"output": "assets/images"
"output": "./assets/images"
},
{
"glob": "**/*",
"input": "src/app/game/sounds",
"output": "assets/sounds"
"output": "./assets/sounds"
},
{
"glob": "**/*",
"input": "src/app/game/ghosts",
"output": "assets/ghosts"
"output": "./assets/ghosts"
},
{
"glob": "**/*",
"input": "src/app/game/tracks",
"output": "assets/tracks"
"output": "./assets/tracks"
},
{
"glob": "**/*",
Expand Down

0 comments on commit 0d54e7f

Please sign in to comment.