Changeset 25d4041 in Klonkt
- Timestamp:
- 06/16/2026 12:52:39 AM (3 months ago)
- Branches:
- main
- Children:
- 0091cb7
- Parents:
- b300682
- Location:
- src
- Files:
-
- 1 added
- 1 edited
-
server.js (modified) (2 diffs)
-
services/CircleService.js (added)
Legend:
- Unmodified
- Added
- Removed
-
src/server.js
rb300682 r25d4041 44 44 import postsRoutes from './routes/posts.js'; 45 45 import federationRoutes from './routes/federation.js'; 46 import { startCircleSyncLoop } from './services/CircleService.js'; 46 47 47 48 if (!process.env.SESSION_SECRET) { … … 146 147 initializeDatabase(); 147 148 149 // Cirkels: periodieke achtergrond-sync van remote instances (no-op tenzij tenancy='circle'). 150 startCircleSyncLoop(); 151 148 152 // Bundle HTMX: copy from node_modules into our own assets dir so we can serve 149 153 // it locally (no third-party CDN). Idempotent — only copies if size differs.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)