Commit 9a20c424 authored by Fawad Mirzad's avatar Fawad Mirzad
Browse files

Update dependencies and improve build system

parent 04431e1b
Loading
Loading
Loading
Loading

.browserslistrc

0 → 100644
+3 −0
Original line number Diff line number Diff line
> 1%
last 2 versions
not dead

.editorconfig

0 → 100644
+9 −0
Original line number Diff line number Diff line
root = true

[*]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=2
trim_trailing_whitespace = true

.env

0 → 100644
+1 −0
Original line number Diff line number Diff line
VUE_APP_TITLE=Vue3 Mobile

.env.development

0 → 100644
+1 −0
Original line number Diff line number Diff line
VUE_APP_API_BASE_URL=https://development.example.com

.env.production

0 → 100644
+1 −0
Original line number Diff line number Diff line
VUE_APP_API_BASE_URL=https://production.example.com
Loading