diff --git a/manifest.toml b/manifest.toml index 8ef5d49..da888f0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,8 +55,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - [resources.database] - type = "mysql" - [resources.apt] packages = "mariadb-server php8.2-sqlite3 php8.2-tidy php8.2-dom php8.2-intl php8.2-mysql php8.2-curl php8.2-gd php8.2-cli php8.2-xml php8.2-mbstring" + + [resources.database] + type = "mysql" + \ No newline at end of file