Skip to content

Commit 03d2f93

Browse files
feat: use hosting config group for the cli (#251)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 2155bbf commit 03d2f93

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

juno.config.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ export default defineConfig({
66
development: 'jx5yt-yyaaa-aaaal-abzbq-cai',
77
production: 'fmkjf-bqaaa-aaaal-acpza-cai'
88
},
9-
source: 'out',
9+
hosting: {
10+
source: 'out',
11+
encoding: [['**/templates/*.tar.gz', 'identity']],
12+
precompress: false
13+
},
1014
storage: {
1115
headers: [
1216
{
@@ -15,8 +19,6 @@ export default defineConfig({
1519
}
1620
]
1721
},
18-
encoding: [['**/templates/*.tar.gz', 'identity']],
19-
precompress: false,
2022
collections: {
2123
datastore: [
2224
{

0 commit comments

Comments
 (0)