diff options
| author | Fuwn <[email protected]> | 2025-09-07 02:28:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-07 02:28:34 -0700 |
| commit | 188c714f43635fb57eac70b167dba682d6b93a2f (patch) | |
| tree | 28a5bc64a6a8efd78c19cdaa666b98e42d3b90b5 /wrangler.toml | |
| parent | feat: Add top command (diff) | |
| download | umabotdiscord-188c714f43635fb57eac70b167dba682d6b93a2f.tar.xz umabotdiscord-188c714f43635fb57eac70b167dba682d6b93a2f.zip | |
build: Switch to TypeScript
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wrangler.toml b/wrangler.toml index c904a0f..61b2d39 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,5 +1,5 @@ name = "umabot" -main = "./src/server.js" +main = "./src/server.ts" compatibility_date="2023-05-18" # [secrets] |