From 6c82e4b583c3519041d97584b33c9084c54c3a60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Mar 2023 14:23:59 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index d8bc393..9dc5af0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,7 +56,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" - [resources.apt.extras] - yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" - yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" - yarn.packages = "yarn" + [resources.apt] + + [resources.apt.extras] + yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main" + yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg" + yarn.packages = "yarn"