Skip to content

Commit

Permalink
Revert "ignore worker configuration (#14)"
Browse files Browse the repository at this point in the history
This reverts commit 6fddc9a.
  • Loading branch information
davidhouweling authored Nov 3, 2024
1 parent 6fddc9a commit 8a8e845
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Ignore artifacts:
build
coverage
worker-configuration.d.ts
coverage
10 changes: 5 additions & 5 deletions worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Generated by Wrangler by running `wrangler types --experimental-include-runtime`

interface Env {
DISCORD_APP_ID: string;
DISCORD_TOKEN: string;
DISCORD_PUBLIC_KEY: string;
XBOX_USERNAME: string;
XBOX_PASSWORD: string;
DISCORD_APP_ID: string;
DISCORD_TOKEN: string;
DISCORD_PUBLIC_KEY: string;
XBOX_USERNAME: string;
XBOX_PASSWORD: string;
}

0 comments on commit 8a8e845

Please sign in to comment.