+1
-1
apps/bot/commands/auth.ts
+1
-1
apps/bot/commands/auth.ts
+1
-1
apps/bot/commands/ping.ts
+1
-1
apps/bot/commands/ping.ts
+1
-1
apps/bot/commands/top.ts
+1
-1
apps/bot/commands/top.ts
+1
-1
apps/bot/deploy-commands.ts
+1
-1
apps/bot/deploy-commands.ts
+2
-2
apps/bot/main.ts
+2
-2
apps/bot/main.ts
···
1
-
import { DISCORD_BOT_TOKEN } from "@tealfmbot/common/constants.ts";
2
-
import { logger } from "@tealfmbot/common/logger.ts";
1
+
import { DISCORD_BOT_TOKEN } from "@tealfmbot/common/constants.js";
2
+
import { logger } from "@tealfmbot/common/logger.js";
3
3
import { Client, Collection, Events, GatewayIntentBits, MessageFlags } from "discord.js";
4
4
import fs from "node:fs";
5
5
import path from "node:path";
+1
-1
apps/tapper/index.ts
+1
-1
apps/tapper/index.ts
···
1
1
import { SimpleIndexer, Tap } from "@atproto/tap";
2
-
import { TAP_ADMIN_PASSWORD } from "@tealfmbot/common/constants.ts";
2
+
import { TAP_ADMIN_PASSWORD } from "@tealfmbot/common/constants.js";
3
3
// import { db } from "./kysely/db.ts"
4
4
5
5
const tap = new Tap("https://tap.xero.systems", {
apps/web/Dockerfile
apps/web/Dockerfile
This is a binary file and will not be displayed.
+1
-1
apps/web/client.ts
+1
-1
apps/web/client.ts
···
5
5
NodeOAuthClient,
6
6
type OAuthClientMetadataInput,
7
7
} from "@atproto/oauth-client-node";
8
-
import { PUBLIC_URL, PRIVATE_KEYS } from "@tealfmbot/common/constants.ts";
8
+
import { PUBLIC_URL, PRIVATE_KEYS } from "@tealfmbot/common/constants.js";
9
9
import { db } from "@tealfmbot/database/db.ts";
10
10
import assert from "node:assert";
11
11
+1
apps/web/package.json
+1
apps/web/package.json
+1
-1
apps/web/utils.ts
+1
-1
apps/web/utils.ts
···
3
3
import { Agent } from "@atproto/api";
4
4
import { isAtprotoDid, isAtprotoDidWeb } from "@atproto/did";
5
5
import { isValidHandle } from "@atproto/syntax";
6
-
import { COOKIE_SECRET } from "@tealfmbot/common/constants.ts";
6
+
import { COOKIE_SECRET } from "@tealfmbot/common/constants.js";
7
7
import { logger } from "@tealfmbot/common/logger.js";
8
8
import { deleteCookie, generateSignedCookie, getSignedCookie } from "hono/cookie";
9
9
+1
-1
packages/database/db.ts
+1
-1
packages/database/db.ts
+1
-1
packages/tsconfig/tsconfig.base.json
+1
-1
packages/tsconfig/tsconfig.base.json