mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-06 12:56:16 +02:00
Change the board creation modal to an inline form
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"test:coverage": "SKIP_ENV_VALIDATION=1 vitest run --coverage",
|
||||
"docker:build": "turbo build && docker build . -t homarr:local-dev",
|
||||
"docker:start": "docker run -p 7575:7575 --name homarr-development homarr:local-dev",
|
||||
"db:migrate": "dotenv ts-node drizzle/migrate/migrate.ts ./drizzle"
|
||||
"db:migrate": "dotenv ts-node drizzle/migrate/migrate.ts ./drizzle",
|
||||
"db:create": "dotenv drizzle-kit push:sqlite"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth/drizzle-adapter": "^0.3.2",
|
||||
@@ -234,4 +235,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user