experiments in a post-browser web
10
fork

Configure Feed

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

fix(build): exclude tmp/ agent workspaces from electron-builder

+2
+2
electron-builder.yml
··· 24 24 # Exclude agent workflow (symlink to external directory) 25 25 - "!.agent-workflow" 26 26 - "!.agent-task.md" 27 + # Exclude agent workspaces 28 + - "!tmp/**/*" 27 29 # Exclude backend directories not needed for Electron 28 30 - "!backend/tauri/**/*" 29 31 - "!backend/server/**/*"