mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 15:09:46 +08:00
refactor(runtime): lazily activate host modules (#6331)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
id = "PostgreSQLModule"
|
||||
kind = "host_module"
|
||||
entrypoint = "app.modules.postgresql:PostgreSQLModule"
|
||||
depends_on = []
|
||||
|
||||
[metadata]
|
||||
name = "PostgreSQL"
|
||||
type = "other"
|
||||
subtype = "PostgreSQL"
|
||||
priority = 0
|
||||
|
||||
[activation]
|
||||
policy = "bootstrap"
|
||||
watch = []
|
||||
Reference in New Issue
Block a user