From f384d0334ad850ba94c8d6a8de909879a662588c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 7 Apr 2023 19:29:04 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 759449b..4d0eaa7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -55,8 +55,11 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - - [[resources.apt.extras]] + + [resources.apt] + packages = "" + 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" + \ No newline at end of file