Merged PR 185: Implement Messages

This commit is contained in:
Eric Nguyen 2022-09-16 10:03:41 +00:00
parent 8a7196eeac
commit e94671d1d8
15 changed files with 242 additions and 15 deletions

3
src/vite-env.d.ts vendored
View file

@ -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...
}