Skip to content

Commit

Permalink
no corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoishin committed Jun 11, 2024
1 parent 0051b01 commit feee62e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"vite": "^5.2.12",
"wrangler": "^3.58.0"
},
"packageManager": "pnpm@9.3.0",
"engines": {
"node": "^20.14.0"
},
Expand Down
3 changes: 2 additions & 1 deletion worker-configuration.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Generated by Wrangler on Tue Jun 11 2024 23:50:36 GMT+0200 (Central European Summer Time)
// Generated by Wrangler on Tue Jun 11 2024 23:52:06 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: 1 addition & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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 feee62e

Please sign in to comment.