Commit b52225c
committed
Refactor environment config and App to use .env variables
Replaced separate .env.development and .env.production files with a unified .env file containing all environment variables. Updated App.tsx to use values from import.meta.env and to read the search query from URL parameters, improving configuration flexibility and search functionality.1 parent c261ad9 commit b52225c
File tree
4 files changed
+10
-7
lines changed- turing-js-sdk/js-sdk-sample
- src
4 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
9 | | - | |
| 11 | + | |
10 | 12 | | |
11 | | - | |
12 | | - | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments