Merged PR 185: Implement Messages
This commit is contained in:
parent
8a7196eeac
commit
e94671d1d8
15 changed files with 242 additions and 15 deletions
3
src/vite-env.d.ts
vendored
3
src/vite-env.d.ts
vendored
|
@ -2,7 +2,8 @@
|
|||
|
||||
interface ImportMetaEnv {
|
||||
readonly VITE_API_FETCH_URL: string
|
||||
readonly VITE_API_POST_URL: string
|
||||
readonly VITE_API_SET_CONTAINER_LIST_URL: string
|
||||
readonly VITE_API_GET_FEEDBACK_URL: string
|
||||
// more env variables...
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue