Add make target to deploy to Firebase
The configuration file has been split into 2: one for development mode
and another one for production mode.
Change-Id: I12917cd79c95642adc30004be5bc1a927bca389b
diff --git a/.firebaserc b/.firebaserc
new file mode 100644
index 0000000..571d80e
--- /dev/null
+++ b/.firebaserc
@@ -0,0 +1,14 @@
+{
+ "projects": {
+ "default": "avm99963-labs"
+ },
+ "targets": {
+ "avm99963-labs": {
+ "hosting": {
+ "twpt-dashboard": [
+ "twpt-dashboard-frontend"
+ ]
+ }
+ }
+ }
+}
\ No newline at end of file