mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 02:26:38 -06:00
feat: add Rust reverse proxy with JSON logging
- Axum-based API server with Unix socket and TCP support - Custom tracing formatters for Railway-compatible JSON logs - SvelteKit hooks and Vite plugin for unified logging - Justfile updated for concurrent dev workflow with hl log viewer
This commit is contained in:
@@ -9,6 +9,7 @@ const config = {
|
||||
adapter: adapter({
|
||||
out: "build",
|
||||
precompress: false,
|
||||
serveAssets: false,
|
||||
}),
|
||||
alias: {
|
||||
$components: "src/lib/components",
|
||||
|
||||
Reference in New Issue
Block a user