API with first two endpoint to fetch information from Tahoe to
SvelteKit.
This commit is contained in:
Rodrigo Pinto 2024-12-02 01:48:51 -03:00
commit 463e18015f
6 changed files with 107 additions and 10 deletions

View file

@ -22,5 +22,8 @@
"svelte": "^5.0.0",
"vite": "^5.0.3",
"vitest": "^2.0.4"
},
"dependencies": {
"dotenv": "^16.4.5"
}
}