From f533d675355b1d9d7a182b89bdaf2628756ba55f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:28:30 +0200 Subject: [PATCH] yarn repo --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index aa5ce1f..8149b58 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,3 +58,8 @@ ram.runtime = "50M" [resources.ports] main.default = 9494 + [resources.apt] + extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" + extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + extras.yarn.packages = "yarn" +