This commit is contained in:
2022-09-20 13:57:30 -04:00
parent 2ed901984f
commit 705a59b0ea
39 changed files with 842 additions and 138 deletions

View File

@ -0,0 +1,3 @@
export const environment = {
production: true
};

View File

@ -0,0 +1,3 @@
export const environment = {
production: false
};