mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
add global pet counter to site :3
This commit is contained in:
parent
0e444ec503
commit
29dcdc85cb
14 changed files with 3677 additions and 0 deletions
6
cf/worker-configuration.d.ts
vendored
Normal file
6
cf/worker-configuration.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Generated by Wrangler on Tue Jun 25 2024 15:10:11 GMT-0700 (Pacific Daylight Time)
|
||||
// by running `wrangler types`
|
||||
|
||||
type Env = {
|
||||
DB: D1Database;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue