Skip to content

Commit

Permalink
fix: replace endpoint with env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHerber committed Jun 14, 2024
1 parent d169a8a commit 600828d
Show file tree
Hide file tree
Showing 3 changed files with 1,178 additions and 1,422 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
},
"devDependencies": {
"@zerodevx/svelte-toast": "0.9.5",
"@fontsource/fira-mono": "^5.0.13",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "3.2.1",
"@sveltejs/kit": "2.5.10",
"@sveltejs/adapter-auto": "3.2.2",
"@sveltejs/kit": "2.5.11",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"axios": "^1.7.2",
"autoprefixer": "^10.4.19",
Expand All @@ -31,7 +29,7 @@
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
"vite": "5.2.13"
"vite": "5.3.0"
},
"type": "module"
}
Loading

0 comments on commit 600828d

Please sign in to comment.