Skip to content

Commit

Permalink
chore: adjust package versions and add env
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jun 13, 2024
1 parent e6c65b0 commit 111273c
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 153 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_BASE_URL="https://api.pathofterraria.com/"
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_BASE_URL="http://localhost:5000/"
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ node_modules
/build
/.svelte-kit
/package
.env
.env.*
!.env.example
.vercel
.output
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"@zerodevx/svelte-toast": "0.9.5",
"@fontsource/fira-mono": "^5.0.13",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.11",
"@sveltejs/adapter-auto": "3.2.1",
"@sveltejs/kit": "2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"axios": "^1.7.2",
"autoprefixer": "^10.4.19",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.46.1",
"openapi-typescript": "^6.7.6",
"postcss": "^8.4.38",
"svelte": "^5.0.0-next.154",
"svelte": "5.0.0-next.153",
"svelte-check": "^3.8.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "^5.3.0"
"vite": "5.2.13"
},
"type": "module"
}
Loading

0 comments on commit 111273c

Please sign in to comment.