From 7a6d906c2d24a439b7151b95abcb25e5ebc08729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 8 Mar 2024 21:38:50 +0100 Subject: [PATCH] add missing yarn --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index c08ac6f..80f42fa 100644 --- a/manifest.toml +++ b/manifest.toml @@ -101,5 +101,10 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen "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"