diff --git a/apps/InstrumentRental-web/project.json b/apps/InstrumentRental-web/project.json index 3375fab..a061ccd 100644 --- a/apps/InstrumentRental-web/project.json +++ b/apps/InstrumentRental-web/project.json @@ -19,6 +19,11 @@ { "glob": "**/*", "input": "apps/InstrumentRental-web/public" + }, + { + "glob": "web.config", + "input": "apps/InstrumentRental-web/src", + "output": "." } ], "styles": ["apps/InstrumentRental-web/src/styles.css"], diff --git a/apps/InstrumentRental-web/src/web.config b/apps/InstrumentRental-web/src/web.config new file mode 100644 index 0000000..825d89d --- /dev/null +++ b/apps/InstrumentRental-web/src/web.config @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + +