diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..047a48d --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +NODE_ENV=development +VUE_APP_TITLE="v-b-s dev" diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..cbde1cc --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +NODE_ENV=production diff --git a/public/index.html b/public/index.html index 0d92455..d8deb1d 100644 --- a/public/index.html +++ b/public/index.html @@ -4,12 +4,9 @@ -