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.

at d887b3b283cfe28a29871977079c580d9161556d 22 lines 429 B view raw
1ignoreDepScripts: true 2ignoreWorkspaceRootCheck: true 3savePrefix: '' 4shellEmulator: true 5 6packages: 7 - 'sdk' 8 - 'examples/*' 9 - 'apps/*' 10 - 'packages/*' 11 12catalog: 13 '@typescript/native-preview': ^7.0.0-dev.20260105.1 14 vitest: npm:@voidzero-dev/vite-plus-test@latest 15 16overrides: 17 vite: npm:@voidzero-dev/vite-plus-core@0.1.11 18 vitest: npm:@voidzero-dev/vite-plus-test@0.1.11 19 20onlyBuiltDependencies: 21 - dprint 22 - lefthook