mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
* feat: add server settings * feat: remove old migration * feat: add new migrations * refactor: format * fix: build error * refactor: format * fix: lint
7 lines
148 B
TypeScript
7 lines
148 B
TypeScript
import { jobs } from "./jobs";
|
|
import { seedServerSettingsAsync } from "./seed-server-settings";
|
|
|
|
jobs.startAll();
|
|
|
|
void seedServerSettingsAsync();
|