From 3cdae2beabf9fc4b26ed4fedb0753952c4a601f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:52:14 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index 1c9a479..aa4951f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -66,5 +66,10 @@ ram.runtime = "1G" [resources.apt] packages = "mailutils, mariadb-server" + [resources.apt.extras.yarn] + repo = "deb https://dl.yarnpkg.com/debian/ stable main" + key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + packages = ["yarn"] + [resources.database] type = "mysql"