mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 10:26:52 -06:00
- Binary renamed from 'api' to 'xevion' with full CLI command structure - Authentication: login/logout with session persistence to .xevion-session - API commands: projects, tags, settings CRUD operations with JSON/table output - Serve command: run production server with configurable listen addresses - Seed command: moved from bin/ to CLI subcommand for database initialization - HTTP client abstraction supporting both TCP and Unix socket connections
14 lines
138 B
Plaintext
14 lines
138 B
Plaintext
.env*
|
|
/*.txt
|
|
web/node_modules/
|
|
target/
|
|
.vscode/
|
|
web/build/
|
|
web/.svelte-kit/
|
|
|
|
# CLI session file
|
|
.xevion-session
|
|
|
|
# Added by cargo
|
|
/target
|