From bfc7b5295406630d95c217c9b327387d64f33e90 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 12 Jan 2024 19:17:34 +0100 Subject: [PATCH] Remove deb Yarn dependency --- manifest.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 32fe9c4..c8af2a5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -72,9 +72,5 @@ ram.runtime = "1G" [resources.apt] packages = "ffmpeg, postgresql, postgresql-contrib" - 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" - [resources.database] type = "postgresql"