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"