Change the board creation modal to an inline form

This commit is contained in:
Thomas Camlong
2023-12-02 14:58:15 +01:00
parent adaa4a5b64
commit 320af5e726
3 changed files with 62 additions and 56 deletions

View File

@@ -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 @@
]
}
}
}
}