feat: implement drag-and-drop machine reordering with swapy and add new system administration management routes
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"type:generate": "bunx openapi-typescript http://100.64.0.189:9999/openapi.json -o ./src/lib/server/nadir-agent/schema.d.ts",
|
||||
"db:push": "drizzle-kit push",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
@@ -74,6 +75,7 @@
|
||||
"ogl": "^1.0.11",
|
||||
"openapi-fetch": "^0.17.0",
|
||||
"runed": "^0.37.1",
|
||||
"swapy": "^1.0.5",
|
||||
"uqr": "^0.1.3",
|
||||
"valibot": "^1.4.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user