Bugfix/fix missing assets in local development (#1194)

* Fix missing assets in local development

* Update changelog
This commit is contained in:
Thomas Kaul
2022-08-27 10:29:50 +02:00
committed by GitHub
parent e3662a143c
commit 184ddc6209
2 changed files with 12 additions and 0 deletions

View File

@ -2,5 +2,13 @@
"/api": {
"target": "http://localhost:3333",
"secure": false
},
"/assets": {
"target": "http://localhost:3333",
"secure": false
},
"/ionicons": {
"target": "http://localhost:3333",
"secure": false
}
}