Skip to content

Commit

Permalink
Added ts-ignore for docker config.ts to prevent VSCode from declaring…
Browse files Browse the repository at this point in the history
… missing file that isn't created until the Docker is.
  • Loading branch information
cpdata committed Dec 4, 2023
1 parent b427b25 commit 35ea95b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containerapp/data/config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore
import { Config } from "./src/config";

export const defaultConfig: Config = {
Expand Down

0 comments on commit 35ea95b

Please sign in to comment.