Apps load from server

- Deleted /Jobs, /Announcements, /Events, /People
- Commented out Forum and ForumPanel
- Deleted /components/SearchBar, /components/LoadingCircle, /components/AddButton
This commit is contained in:
2026-03-24 14:51:44 -04:00
parent f3aceb69af
commit 124066da59
23 changed files with 254 additions and 2179 deletions

View File

@@ -43,6 +43,10 @@ export default defineConfig({
"/db": {
target: "http://localhost:10002",
changeOrigin: true
},
"/apps": {
target: "http://localhost:10002",
changeOrigin: true
}
},
host: true,