Skip to content

Commit 93922c1

Browse files
Feat: Dynamic Fetching of Files from Host (#44)
* Feat: dynamic fetching of files from host, using a http endpoint * chore: cleanup; used separate files for utility functions * type fixes * prettier fix
1 parent 6200964 commit 93922c1

13 files changed

Lines changed: 450 additions & 80 deletions

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// This file is to understand env structure
2+
3+
VITE_API_URL=

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ node_modules
1111
dist
1212
dist-ssr
1313
*.local
14+
.env
15+
1416

1517
# Editor directories and files
1618
.vscode/*

package-lock.json

Lines changed: 280 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)