Ship growth intelligence and demo polish
CI / verify (push) Successful in 3m51s

This commit is contained in:
2026-08-13 04:44:14 -07:00
parent a6167629cc
commit 1318c0b841
14 changed files with 112 additions and 35 deletions
+2
View File
@@ -64,6 +64,7 @@ import { createSlackRoutes, SLACK_CAPACITY_COMMAND_PATH } from './routes/slack';
import { createBuzzRoutes } from './routes/buzz';
import { createIntegrationSettingsRoutes } from './routes/integration-settings';
import { createNotionImportRoutes, NOTION_OAUTH_CALLBACK_PATH } from './routes/notion-import';
import { createGrowthRoutes } from './routes/growth';
import { NotificationOutbox } from './services/notification-outbox';
type Env = { Variables: { principal: Principal } };
@@ -218,6 +219,7 @@ export function createApp(
publicUrl: config.PIG_PUBLIC_URL,
}));
app.route('/', createContractRoutes(db));
app.route('/', createGrowthRoutes(db));
app.route(
'/',
createPiggyChatRoutes({