flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: use tsgo

+32 -6
+2 -1
apps/build-service/package.json
··· 8 8 "dev": "tsx --watch src/index.ts", 9 9 "start": "node dist/index.mjs", 10 10 "build": "tsdown", 11 - "typecheck": "tsc --noEmit" 11 + "typecheck": "tsgo --noEmit" 12 12 }, 13 13 "dependencies": { 14 14 "h3": "2.0.1-rc.14", ··· 18 18 }, 19 19 "devDependencies": { 20 20 "@types/node": "^24.3.0", 21 + "@typescript/native-preview": "catalog:", 21 22 "tsdown": "^0.20.3", 22 23 "tsx": "^4.20.6", 23 24 "typescript": "^5.9.3"
+2 -1
apps/cli/package.json
··· 15 15 "scripts": { 16 16 "build": "tsdown", 17 17 "dev": "tsx src/index.ts", 18 - "typecheck": "tsc --noEmit", 18 + "typecheck": "tsgo --noEmit", 19 19 "test": "vite test --run" 20 20 }, 21 21 "publishConfig": { ··· 35 35 }, 36 36 "devDependencies": { 37 37 "@types/node": "^24.3.0", 38 + "@typescript/native-preview": "catalog:", 38 39 "tsdown": "^0.20.3", 39 40 "tsx": "^4.20.6", 40 41 "typescript": "^5.9.3",
+2 -1
apps/frontend/package.json
··· 5 5 "type": "module", 6 6 "scripts": { 7 7 "dev": "vite dev", 8 - "typecheck": "tsc -b", 8 + "typecheck": "tsgo -b", 9 9 "build": "tsc -b && vite build", 10 10 "lint": "oxlint", 11 11 "lint:fix": "oxlint --fix", ··· 63 63 "@types/node": "^25.0.1", 64 64 "@types/react": "^19.2.5", 65 65 "@types/react-dom": "^19.2.3", 66 + "@typescript/native-preview": "catalog:", 66 67 "@vitejs/plugin-react": "^5.1.1", 67 68 "babel-plugin-react-compiler": "1.0.0", 68 69 "openapi-typescript": "^7.10.1",
+2 -1
apps/uwu.network/package.json
··· 6 6 "dayjs": "^1.11.18" 7 7 }, 8 8 "devDependencies": { 9 + "@typescript/native-preview": "catalog:", 9 10 "@uwu/flora-cli": "workspace:*", 10 11 "@uwu/flora-sdk": "workspace:*", 11 12 "typescript": "^5.0.0" 12 13 }, 13 14 "scripts": { 14 - "typecheck": "tsc --noEmit" 15 + "typecheck": "tsgo --noEmit" 15 16 } 16 17 }
+3
apps/uwu.network/tsconfig.json
··· 1 1 { 2 2 "extends": "@uwu/flora-sdk/tsconfig", 3 + "compilerOptions": { 4 + "lib": ["ESNext", "DOM"] 5 + }, 3 6 "include": ["src/**/*.ts", "node_modules/@uwu/flora-sdk/global-types.d.ts"], 4 7 "exclude": ["dist"] 5 8 }
+19 -1
pnpm-lock.yaml
··· 4 4 autoInstallPeers: true 5 5 excludeLinksFromLockfile: false 6 6 7 + catalogs: 8 + default: 9 + '@typescript/native-preview': 10 + specifier: ^7.0.0-dev.20260105.1 11 + version: 7.0.0-dev.20260306.1 12 + 7 13 overrides: 8 14 vite: npm:@voidzero-dev/vite-plus-core@0.1.11 9 15 vitest: npm:@voidzero-dev/vite-plus-test@0.1.11 ··· 55 61 '@types/node': 56 62 specifier: ^24.3.0 57 63 version: 24.12.0 64 + '@typescript/native-preview': 65 + specifier: 'catalog:' 66 + version: 7.0.0-dev.20260306.1 58 67 tsdown: 59 68 specifier: ^0.20.3 60 69 version: 0.20.3(@typescript/native-preview@7.0.0-dev.20260306.1)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3)) ··· 101 110 '@types/node': 102 111 specifier: ^24.3.0 103 112 version: 24.12.0 113 + '@typescript/native-preview': 114 + specifier: 'catalog:' 115 + version: 7.0.0-dev.20260306.1 104 116 tsdown: 105 117 specifier: ^0.20.3 106 118 version: 0.20.3(@typescript/native-preview@7.0.0-dev.20260306.1)(typescript@5.9.3)(vue-tsc@3.2.4(typescript@5.9.3)) ··· 261 273 '@types/react-dom': 262 274 specifier: ^19.2.3 263 275 version: 19.2.3(@types/react@19.2.14) 276 + '@typescript/native-preview': 277 + specifier: 'catalog:' 278 + version: 7.0.0-dev.20260306.1 264 279 '@vitejs/plugin-react': 265 280 specifier: ^5.1.1 266 281 version: 5.1.4(@voidzero-dev/vite-plus-core@0.1.11(@types/node@25.1.0)(esbuild@0.27.3)(jiti@2.6.1)(sass@1.97.3)(tsx@4.21.0)(typescript@5.9.3)) ··· 295 310 specifier: ^1.11.18 296 311 version: 1.11.19 297 312 devDependencies: 313 + '@typescript/native-preview': 314 + specifier: 'catalog:' 315 + version: 7.0.0-dev.20260306.1 298 316 '@uwu/flora-cli': 299 317 specifier: workspace:* 300 318 version: link:../cli ··· 367 385 specifier: latest 368 386 version: 1.3.10 369 387 '@typescript/native-preview': 370 - specifier: ^7.0.0-dev.20260105.1 388 + specifier: 'catalog:' 371 389 version: 7.0.0-dev.20260306.1 372 390 rolldown: 373 391 specifier: ^1.0.0-beta.53
+1
pnpm-workspace.yaml
··· 10 10 - 'packages/*' 11 11 12 12 catalog: 13 + '@typescript/native-preview': ^7.0.0-dev.20260105.1 13 14 vitest: npm:@voidzero-dev/vite-plus-test@latest 14 15 15 16 overrides:
+1 -1
sdk/package.json
··· 26 26 }, 27 27 "devDependencies": { 28 28 "@types/bun": "latest", 29 - "@typescript/native-preview": "^7.0.0-dev.20260105.1", 29 + "@typescript/native-preview": "catalog:", 30 30 "rolldown": "^1.0.0-beta.53", 31 31 "typescript": "^5.9.3", 32 32 "vitest": "catalog:"