From 63c13c066eef4c8c9e91ffd2b5482f0229d4e18e Mon Sep 17 00:00:00 2001 From: ndthanhdev <> Date: Mon, 20 Apr 2026 22:38:44 +0700 Subject: [PATCH] chore: update moon.yml to remove outputs from dev task --- apps/app/moon.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/app/moon.yml b/apps/app/moon.yml index dfae8a1..634445a 100644 --- a/apps/app/moon.yml +++ b/apps/app/moon.yml @@ -3,13 +3,12 @@ language: typescript tasks: dev: command: gatsby develop + preset: server inputs: - src/**/* - content/**/* - gatsby-config.ts - gatsby-node.ts - outputs: - - public typecheck: command: tsc --noEmit inputs: