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 11 lines 232 B view raw
1/** 2 * Phoenix VCS — Generated Service Registry 3 * 4 * AUTO-GENERATED by Phoenix VCS 5 */ 6 7export * as todos from './todos/index.js'; 8 9export const services = [ 10 { name: 'Todos', dir: 'todos', port: 3000, modules: 3 }, 11] as const;