Skip to content

Commit

Permalink
Final touches to the config
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Doebbel committed Jul 22, 2024
1 parent 64b22b5 commit 3b29317
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ _Pvt_Extensions
.paket/paket.exe
paket-files/

dev-dist

# FAKE - F# Make
.fake/

Expand Down
1 change: 1 addition & 0 deletions frontend/src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/react" />

declare const __ENV__: string;
declare const __API_URL__: string;
Expand Down
2 changes: 1 addition & 1 deletion frontend/tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"include": ["src", "vite.config.ts"],
"include": ["src", "vite.config.ts", "pwa-assets.config.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 3b29317

Please sign in to comment.