chore: updated config setup

This commit is contained in:
Daniel Ledda
2022-06-05 12:58:31 +02:00
parent d669b87391
commit b7cf393370
7 changed files with 67 additions and 79 deletions

4
prod.env.ts Normal file
View File

@@ -0,0 +1,4 @@
export default {
DEVELOPMENT: false,
BASE_URL: "/drum-slayer/"
};