Skip to content

Commit

Permalink
remove pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jun 11, 2024
1 parent c1293b3 commit 0051b01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Generated by Wrangler on Tue Jun 11 2024 23:48:22 GMT+0200 (Central European Summer Time)
// Generated by Wrangler on Tue Jun 11 2024 23:50:36 GMT+0200 (Central European Summer Time)
// by running `wrangler types`

interface Env {
KV_SESSION_STORAGE: KVNamespace;
PNPM_VERSION: "9.3.0";
CF_ENV: string;
SESSION_COOKIE_SECRET: string;
DISCORD_CLIENT_ID: string;
Expand Down
1 change: 0 additions & 1 deletion wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ compatibility_date = "2024-06-02"

[vars]
SUPER_ADMIN_DISCORD_ID = "159600065017675778"
PNPM_VERSION = "9.3.0"

[[kv_namespaces]]
binding = "KV_SESSION_STORAGE"
Expand Down

0 comments on commit 0051b01

Please sign in to comment.