Reference implementation for the Phoenix Architecture. Work in progress. aicoding.leaflet.pub/
ai coding crazy
1
fork

Configure Feed

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

at main 9 lines 197 B view raw
1/** 2 * Server 3 * 4 * AUTO-GENERATED by Phoenix VCS 5 * Barrel export for all Server modules. 6 */ 7 8export * as connectionHandling from './connection-handling.js'; 9export * as rooms from './rooms.js';