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