feat: add ability to edit items.
All checks were successful
Deploy to Production / test (push) Successful in 37s

This commit is contained in:
syntaxbullet
2026-02-19 15:53:13 +01:00
parent 7cc2f61db6
commit 9eba64621a
6 changed files with 320 additions and 67 deletions

View File

@@ -15,6 +15,7 @@ export default defineConfig({
proxy: {
"/api": "http://localhost:3000",
"/auth": "http://localhost:3000",
"/assets": "http://localhost:3000",
"/ws": {
target: "ws://localhost:3000",
ws: true,