From 839419dc3a472ff83c5cfd16442f765847a3602d Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 12 Apr 2026 20:53:20 +0200 Subject: [PATCH] feat: use hosting config group for the cli Signed-off-by: David Dal Busco --- juno.config.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/juno.config.ts b/juno.config.ts index f243ecf7..3b0bc879 100644 --- a/juno.config.ts +++ b/juno.config.ts @@ -6,7 +6,11 @@ export default defineConfig({ development: 'jx5yt-yyaaa-aaaal-abzbq-cai', production: 'fmkjf-bqaaa-aaaal-acpza-cai' }, - source: 'out', + hosting: { + source: 'out', + encoding: [['**/templates/*.tar.gz', 'identity']], + precompress: false + }, storage: { headers: [ { @@ -15,8 +19,6 @@ export default defineConfig({ } ] }, - encoding: [['**/templates/*.tar.gz', 'identity']], - precompress: false, collections: { datastore: [ {