File tree Expand file tree Collapse file tree 11 files changed +13
-2
lines changed
Expand file tree Collapse file tree 11 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export default defineConfig({
66 satellite : {
77 ids : {
88 development : "<DEV_SATELLITE_ID>" ,
9+ production : '<PROD_SATELLITE_ID>'
910 } ,
1011 source : "out" ,
1112 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export default defineConfig({
66 satellite : {
77 ids : {
88 development : "<DEV_SATELLITE_ID>" ,
9+ production : '<PROD_SATELLITE_ID>'
910 } ,
1011 source : "out" ,
1112 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default defineConfig({
55 satellite : {
66 ids : {
77 development : "<DEV_SATELLITE_ID>" ,
8+ production : '<PROD_SATELLITE_ID>'
89 } ,
910 source : "dist" ,
1011 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default defineConfig({
55 satellite : {
66 ids : {
77 development : "<DEV_SATELLITE_ID>" ,
8+ production : '<PROD_SATELLITE_ID>'
89 } ,
910 source : "dist" ,
1011 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default defineConfig({
44 satellite : {
55 ids : {
66 development : "<DEV_SATELLITE_ID>" ,
7+ production : '<PROD_SATELLITE_ID>'
78 } ,
89 source : "dist" ,
910 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default defineConfig({
44 satellite : {
55 ids : {
66 development : "<DEV_SATELLITE_ID>" ,
7+ production : '<PROD_SATELLITE_ID>'
78 } ,
89 source : "dist" ,
910 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export default defineConfig({
55 satellite : {
66 ids : {
77 development : "<DEV_SATELLITE_ID>" ,
8+ production : '<PROD_SATELLITE_ID>'
89 } ,
910 source : "dist" ,
1011 predeploy : [ "npm run build" ] ,
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import { defineConfig } from '@junobuild/config';
33export default defineConfig ( {
44 satellite : {
55 ids : {
6- development : '<DEV_SATELLITE_ID>'
6+ development : '<DEV_SATELLITE_ID>' ,
7+ production : '<PROD_SATELLITE_ID>'
78 } ,
89 source : 'build' ,
910 predeploy : [ 'npm run build' ]
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ import { defineConfig } from '@junobuild/config';
33export default defineConfig ( {
44 satellite : {
55 ids : {
6- development : '<DEV_SATELLITE_ID>'
6+ development : '<DEV_SATELLITE_ID>' ,
7+ production : '<PROD_SATELLITE_ID>'
78 } ,
89 source : 'build' ,
910 predeploy : [ 'npm run build' ]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default defineConfig({
44 satellite : {
55 ids : {
66 development : "<DEV_SATELLITE_ID>" ,
7+ production : '<PROD_SATELLITE_ID>'
78 } ,
89 source : "dist" ,
910 predeploy : [ "npm run build" ] ,
You can’t perform that action at this time.
0 commit comments