mirror of
https://github.com/plankanban/planka.git
synced 2025-07-30 02:29:46 +02:00
Mute socket messages in production, fix max-len, update dependencies
This commit is contained in:
parent
7bd12cd8b8
commit
6eb431f721
26 changed files with 1157 additions and 1192 deletions
|
@ -13,7 +13,9 @@ import {
|
|||
User,
|
||||
} from './models';
|
||||
|
||||
const orm = new ORM();
|
||||
const orm = new ORM({
|
||||
stateSelector: ({ db }) => db,
|
||||
});
|
||||
|
||||
orm.register(
|
||||
User,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue