diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..36e953d --- /dev/null +++ b/.env.development @@ -0,0 +1,4 @@ +NODE_MODE=development +VITE_APP_TITLE=kamilcraft.com +VITE_APP_BASE_URL=https://localhost:5173 +VITE_APP_API_URL=http://localhost/v1 diff --git a/.env.example b/.env.example index 55a6d73..7a1fbbb 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,5 @@ +NODE_MODE=local VUE_APP_TITLE=kamilcraft.com -VUE_APP_BASE_URL=http://127.0.0.1 -VUE_APP_API_URL=https://api.kamilcraft.com +VUE_APP_BASE_URL=http://localhost:5173 +VUE_APP_API_URL=https://api.kamilcraft.com/v1 +VITE_PORT=5173 diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..d99c847 --- /dev/null +++ b/.env.production @@ -0,0 +1,4 @@ +NODE_MODE=production +VITE_APP_TITLE=kamilcraft.com +VITE_APP_BASE_URL=https://kamilcraft.com +VITE_APP_API_URL=https://api.kamilcraft.com/v1 diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index e955840..0000000 --- a/babel.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - presets: [ - '@vue/cli-plugin-babel/preset' - ] -} diff --git a/public/index.html b/index.html similarity index 68% rename from public/index.html rename to index.html index 66dc21e..3d048d3 100644 --- a/public/index.html +++ b/index.html @@ -6,16 +6,13 @@ - +