From 76de70bf659fe4496371879dade89783c1e6b3f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 4 Aug 2023 22:00:19 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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