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.

fix: set production API URL, add repository fields for provenance

+8 -2
+2 -1
packages/api-client/package.json
··· 11 11 "author": "taskylizard", 12 12 "repository": { 13 13 "type": "git", 14 - "url": "git+https://github.com/uwu/flora.git" 14 + "url": "https://github.com/uwu/flora", 15 + "directory": "packages/api-client" 15 16 }, 16 17 "files": [ 17 18 "dist",
+1 -1
packages/cli/src/lib/types.ts
··· 10 10 11 11 export type DeploySourceMapMode = 'none' | 'inline' | 'external' 12 12 13 - export const DEFAULT_API_URL = 'http://localhost:3000/api' 13 + export const DEFAULT_API_URL = 'https://app.flora.uwu.network/api'
+5
packages/sdk/package.json
··· 2 2 "name": "@uwu/flora-sdk", 3 3 "version": "0.0.0", 4 4 "private": false, 5 + "repository": { 6 + "type": "git", 7 + "url": "https://github.com/uwu/flora", 8 + "directory": "packages/sdk" 9 + }, 5 10 "files": [ 6 11 "global-types.d.ts", 7 12 "src",