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