Revert "Update project structure and enhance build process"

This reverts commit 4cf3d9cfb5.
This commit is contained in:
2025-10-11 08:46:30 +01:00
parent 4cf3d9cfb5
commit 5952c7e657
15 changed files with 14 additions and 673 deletions

5
.gitignore vendored
View File

@@ -94,6 +94,10 @@ cmd/benchmark/data
!contrib/stella/.dockerignore
!*.jsx
!*.tsx
!app/web/dist
!/app/web/dist
!/app/web/dist/*
!/app/web/dist/**
!bun.lock
!*.svelte
# ...even if they are in subdirectories
@@ -118,3 +122,4 @@ pkg/database/testrealy
/.idea/.name
/ctxproxy.config.yml
cmd/benchmark/external/**
app/web/dist/**