From e366ffd045097c74e4298862f19fa64f86ea2791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:02:44 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 02a63f0..221b009 100644 --- a/manifest.toml +++ b/manifest.toml @@ -58,9 +58,8 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "apt-transport-https build-essential gzip curl fontconfig graphicsmagick" + packages = "apt-transport-https build-essential gzip curl fontconfig graphicsmagick" - [[resources.apt.extras]] - repo = "deb https://dl.yarnpkg.com/debian/ stable main" - key = "https://dl.yarnpkg.com/debian/pubkey.gpg" - packages = "yarn" + 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"