Skip to content

Commit

Permalink
feat: bootstrap setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeller81 committed Aug 24, 2024
1 parent 71a00b8 commit fc298b4
Show file tree
Hide file tree
Showing 22 changed files with 289 additions and 489 deletions.
Empty file added .env
Empty file.
Empty file added .env.production
Empty file.
7 changes: 7 additions & 0 deletions env.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_BACKEND_WEBSOCKET_URL: string;
}

interface ImportMeta {
readonly env: ImportMetaEnv;
}
241 changes: 241 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc298b4

Please sign in to comment.