vercel 23.1.3-canary.34 → 23.1.3-canary.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +320 -389
- package/package.json +5 -5
package/dist/index.js
CHANGED
@@ -210779,6 +210779,7 @@ exports.frameworks = [
|
|
210779
210779
|
},
|
210780
210780
|
buildCommand: {
|
210781
210781
|
placeholder: '`npm run build` or `blitz build`',
|
210782
|
+
value: 'blitz build',
|
210782
210783
|
},
|
210783
210784
|
devCommand: {
|
210784
210785
|
value: 'blitz start',
|
@@ -210787,8 +210788,6 @@ exports.frameworks = [
|
|
210787
210788
|
placeholder: 'Next.js default',
|
210788
210789
|
},
|
210789
210790
|
},
|
210790
|
-
devCommand: 'blitz start',
|
210791
|
-
buildCommand: 'blitz build',
|
210792
210791
|
getFsOutputDir: async () => '.next',
|
210793
210792
|
getOutputDirName: async () => 'public',
|
210794
210793
|
},
|
@@ -210817,6 +210816,7 @@ exports.frameworks = [
|
|
210817
210816
|
},
|
210818
210817
|
buildCommand: {
|
210819
210818
|
placeholder: '`npm run build` or `next build`',
|
210819
|
+
value: 'next build',
|
210820
210820
|
},
|
210821
210821
|
devCommand: {
|
210822
210822
|
value: 'next dev --port $PORT',
|
@@ -210832,8 +210832,6 @@ exports.frameworks = [
|
|
210832
210832
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
210833
210833
|
},
|
210834
210834
|
],
|
210835
|
-
devCommand: 'next dev --port $PORT',
|
210836
|
-
buildCommand: 'next build',
|
210837
210835
|
getFsOutputDir: async () => '.next',
|
210838
210836
|
getOutputDirName: async () => 'public',
|
210839
210837
|
cachePattern: '.next/cache/**',
|
@@ -210862,6 +210860,7 @@ exports.frameworks = [
|
|
210862
210860
|
},
|
210863
210861
|
buildCommand: {
|
210864
210862
|
placeholder: '`npm run build` or `gatsby build`',
|
210863
|
+
value: 'gatsby build',
|
210865
210864
|
},
|
210866
210865
|
devCommand: {
|
210867
210866
|
value: 'gatsby develop --port $PORT',
|
@@ -210872,8 +210871,6 @@ exports.frameworks = [
|
|
210872
210871
|
},
|
210873
210872
|
},
|
210874
210873
|
dependency: 'gatsby',
|
210875
|
-
devCommand: 'gatsby develop --port $PORT',
|
210876
|
-
buildCommand: 'gatsby build',
|
210877
210874
|
getOutputDirName: async () => 'public',
|
210878
210875
|
getFsOutputDir: async () => 'public',
|
210879
210876
|
defaultRoutes: async (dirPrefix) => {
|
@@ -210945,6 +210942,7 @@ exports.frameworks = [
|
|
210945
210942
|
},
|
210946
210943
|
buildCommand: {
|
210947
210944
|
placeholder: '`npm run build` or `hexo generate`',
|
210945
|
+
value: 'hexo generate',
|
210948
210946
|
},
|
210949
210947
|
devCommand: {
|
210950
210948
|
value: 'hexo server --port $PORT',
|
@@ -210955,8 +210953,6 @@ exports.frameworks = [
|
|
210955
210953
|
},
|
210956
210954
|
},
|
210957
210955
|
dependency: 'hexo',
|
210958
|
-
devCommand: 'hexo server --port $PORT',
|
210959
|
-
buildCommand: 'hexo generate',
|
210960
210956
|
getFsOutputDir: async () => 'public',
|
210961
210957
|
getOutputDirName: async () => 'public',
|
210962
210958
|
},
|
@@ -210983,6 +210979,7 @@ exports.frameworks = [
|
|
210983
210979
|
},
|
210984
210980
|
buildCommand: {
|
210985
210981
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
210982
|
+
value: 'npx @11ty/eleventy',
|
210986
210983
|
},
|
210987
210984
|
devCommand: {
|
210988
210985
|
value: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
@@ -210993,8 +210990,6 @@ exports.frameworks = [
|
|
210993
210990
|
},
|
210994
210991
|
},
|
210995
210992
|
dependency: '@11ty/eleventy',
|
210996
|
-
devCommand: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
210997
|
-
buildCommand: 'npx @11ty/eleventy',
|
210998
210993
|
getFsOutputDir: async () => '_site',
|
210999
210994
|
getOutputDirName: async () => '_site',
|
211000
210995
|
cachePattern: '.cache/**',
|
@@ -211021,6 +211016,7 @@ exports.frameworks = [
|
|
211021
211016
|
},
|
211022
211017
|
buildCommand: {
|
211023
211018
|
placeholder: '`npm run build` or `docusaurus build`',
|
211019
|
+
value: 'docusaurus build',
|
211024
211020
|
},
|
211025
211021
|
devCommand: {
|
211026
211022
|
value: 'docusaurus start --port $PORT',
|
@@ -211031,8 +211027,6 @@ exports.frameworks = [
|
|
211031
211027
|
},
|
211032
211028
|
},
|
211033
211029
|
dependency: '@docusaurus/core',
|
211034
|
-
devCommand: 'docusaurus start --port $PORT',
|
211035
|
-
buildCommand: 'docusaurus build',
|
211036
211030
|
getFsOutputDir: async (dirPrefix) => {
|
211037
211031
|
const base = 'build';
|
211038
211032
|
try {
|
@@ -211166,6 +211160,7 @@ exports.frameworks = [
|
|
211166
211160
|
},
|
211167
211161
|
buildCommand: {
|
211168
211162
|
placeholder: '`npm run build` or `docusaurus-build`',
|
211163
|
+
value: 'docusaurus-build',
|
211169
211164
|
},
|
211170
211165
|
devCommand: {
|
211171
211166
|
value: 'docusaurus-start --port $PORT',
|
@@ -211176,8 +211171,6 @@ exports.frameworks = [
|
|
211176
211171
|
},
|
211177
211172
|
},
|
211178
211173
|
dependency: 'docusaurus',
|
211179
|
-
devCommand: 'docusaurus-start --port $PORT',
|
211180
|
-
buildCommand: 'docusaurus-build',
|
211181
211174
|
getFsOutputDir: async (dirPrefix) => {
|
211182
211175
|
const base = 'build';
|
211183
211176
|
try {
|
@@ -211231,6 +211224,7 @@ exports.frameworks = [
|
|
211231
211224
|
},
|
211232
211225
|
buildCommand: {
|
211233
211226
|
placeholder: '`npm run build` or `preact build`',
|
211227
|
+
value: 'preact build',
|
211234
211228
|
},
|
211235
211229
|
devCommand: {
|
211236
211230
|
value: 'preact watch --port $PORT',
|
@@ -211241,8 +211235,6 @@ exports.frameworks = [
|
|
211241
211235
|
},
|
211242
211236
|
},
|
211243
211237
|
dependency: 'preact-cli',
|
211244
|
-
devCommand: 'preact watch --port $PORT',
|
211245
|
-
buildCommand: 'preact build',
|
211246
211238
|
getFsOutputDir: async () => 'build',
|
211247
211239
|
getOutputDirName: async () => 'build',
|
211248
211240
|
defaultRoutes: [
|
@@ -211287,6 +211279,7 @@ exports.frameworks = [
|
|
211287
211279
|
},
|
211288
211280
|
buildCommand: {
|
211289
211281
|
placeholder: '`npm run build` or `dojo build`',
|
211282
|
+
value: 'dojo build',
|
211290
211283
|
},
|
211291
211284
|
devCommand: {
|
211292
211285
|
value: 'dojo build -m dev -w -s -p $PORT',
|
@@ -211297,8 +211290,6 @@ exports.frameworks = [
|
|
211297
211290
|
},
|
211298
211291
|
},
|
211299
211292
|
dependency: '@dojo/cli',
|
211300
|
-
devCommand: 'dojo build -m dev -w -s -p $PORT',
|
211301
|
-
buildCommand: 'dojo build',
|
211302
211293
|
getFsOutputDir: async () => 'output/dist',
|
211303
211294
|
getOutputDirName: async () => path_1.join('output', 'dist'),
|
211304
211295
|
defaultRoutes: [
|
@@ -211353,6 +211344,7 @@ exports.frameworks = [
|
|
211353
211344
|
},
|
211354
211345
|
buildCommand: {
|
211355
211346
|
placeholder: '`npm run build` or `ember build`',
|
211347
|
+
value: 'ember build',
|
211356
211348
|
},
|
211357
211349
|
devCommand: {
|
211358
211350
|
value: 'ember serve --port $PORT',
|
@@ -211363,8 +211355,6 @@ exports.frameworks = [
|
|
211363
211355
|
},
|
211364
211356
|
},
|
211365
211357
|
dependency: 'ember-cli',
|
211366
|
-
devCommand: 'ember serve --port $PORT',
|
211367
|
-
buildCommand: 'ember build',
|
211368
211358
|
getFsOutputDir: async () => 'dist',
|
211369
211359
|
getOutputDirName: async () => 'dist',
|
211370
211360
|
defaultRoutes: [
|
@@ -211407,6 +211397,7 @@ exports.frameworks = [
|
|
211407
211397
|
},
|
211408
211398
|
buildCommand: {
|
211409
211399
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
211400
|
+
value: 'vue-cli-service build',
|
211410
211401
|
},
|
211411
211402
|
devCommand: {
|
211412
211403
|
value: 'vue-cli-service serve --port $PORT',
|
@@ -211417,8 +211408,6 @@ exports.frameworks = [
|
|
211417
211408
|
},
|
211418
211409
|
},
|
211419
211410
|
dependency: '@vue/cli-service',
|
211420
|
-
devCommand: 'vue-cli-service serve --port $PORT',
|
211421
|
-
buildCommand: 'vue-cli-service build',
|
211422
211411
|
getFsOutputDir: async () => 'dist',
|
211423
211412
|
getOutputDirName: async () => 'dist',
|
211424
211413
|
defaultRoutes: [
|
@@ -211484,6 +211473,7 @@ exports.frameworks = [
|
|
211484
211473
|
},
|
211485
211474
|
buildCommand: {
|
211486
211475
|
placeholder: '`npm run build` or `ng build && scully`',
|
211476
|
+
value: 'ng build && scully',
|
211487
211477
|
},
|
211488
211478
|
devCommand: {
|
211489
211479
|
value: 'ng serve --port $PORT',
|
@@ -211494,8 +211484,6 @@ exports.frameworks = [
|
|
211494
211484
|
},
|
211495
211485
|
},
|
211496
211486
|
dependency: '@scullyio/init',
|
211497
|
-
devCommand: 'ng serve --port $PORT',
|
211498
|
-
buildCommand: 'ng build && scully',
|
211499
211487
|
getFsOutputDir: async () => 'dist',
|
211500
211488
|
getOutputDirName: async () => 'dist/static',
|
211501
211489
|
},
|
@@ -211521,6 +211509,7 @@ exports.frameworks = [
|
|
211521
211509
|
},
|
211522
211510
|
buildCommand: {
|
211523
211511
|
placeholder: '`npm run build` or `ng build`',
|
211512
|
+
value: 'ng build',
|
211524
211513
|
},
|
211525
211514
|
devCommand: {
|
211526
211515
|
value: 'ng serve --port $PORT',
|
@@ -211530,8 +211519,6 @@ exports.frameworks = [
|
|
211530
211519
|
},
|
211531
211520
|
},
|
211532
211521
|
dependency: '@ionic/angular',
|
211533
|
-
devCommand: 'ng serve --port $PORT',
|
211534
|
-
buildCommand: 'ng build',
|
211535
211522
|
getFsOutputDir: async () => 'www',
|
211536
211523
|
getOutputDirName: async () => 'www',
|
211537
211524
|
defaultRoutes: [
|
@@ -211573,6 +211560,7 @@ exports.frameworks = [
|
|
211573
211560
|
},
|
211574
211561
|
buildCommand: {
|
211575
211562
|
placeholder: '`npm run build` or `ng build`',
|
211563
|
+
value: 'ng build',
|
211576
211564
|
},
|
211577
211565
|
devCommand: {
|
211578
211566
|
value: 'ng serve --port $PORT',
|
@@ -211583,8 +211571,6 @@ exports.frameworks = [
|
|
211583
211571
|
},
|
211584
211572
|
},
|
211585
211573
|
dependency: '@angular/cli',
|
211586
|
-
devCommand: 'ng serve --port $PORT',
|
211587
|
-
buildCommand: 'ng build',
|
211588
211574
|
getFsOutputDir: async () => 'dist',
|
211589
211575
|
getOutputDirName: async (dirPrefix) => {
|
211590
211576
|
const base = 'dist';
|
@@ -211640,6 +211626,7 @@ exports.frameworks = [
|
|
211640
211626
|
},
|
211641
211627
|
buildCommand: {
|
211642
211628
|
placeholder: '`npm run build` or `polymer build`',
|
211629
|
+
value: 'polymer build',
|
211643
211630
|
},
|
211644
211631
|
devCommand: {
|
211645
211632
|
value: 'polymer serve --port $PORT',
|
@@ -211650,8 +211637,6 @@ exports.frameworks = [
|
|
211650
211637
|
},
|
211651
211638
|
},
|
211652
211639
|
dependency: 'polymer-cli',
|
211653
|
-
devCommand: 'polymer serve --port $PORT',
|
211654
|
-
buildCommand: 'polymer build',
|
211655
211640
|
getFsOutputDir: async () => 'build',
|
211656
211641
|
getOutputDirName: async (dirPrefix) => {
|
211657
211642
|
const base = 'build';
|
@@ -211709,6 +211694,7 @@ exports.frameworks = [
|
|
211709
211694
|
},
|
211710
211695
|
buildCommand: {
|
211711
211696
|
placeholder: '`npm run build` or `rollup -c`',
|
211697
|
+
value: 'rollup -c',
|
211712
211698
|
},
|
211713
211699
|
devCommand: {
|
211714
211700
|
value: 'rollup -c -w',
|
@@ -211718,8 +211704,6 @@ exports.frameworks = [
|
|
211718
211704
|
},
|
211719
211705
|
},
|
211720
211706
|
dependency: 'sirv-cli',
|
211721
|
-
devCommand: 'rollup -c -w',
|
211722
|
-
buildCommand: 'rollup -c',
|
211723
211707
|
getFsOutputDir: async () => 'public',
|
211724
211708
|
getOutputDirName: async () => 'public',
|
211725
211709
|
defaultRoutes: [
|
@@ -211761,6 +211745,7 @@ exports.frameworks = [
|
|
211761
211745
|
},
|
211762
211746
|
buildCommand: {
|
211763
211747
|
placeholder: '`npm run build` or `svelte-kit build`',
|
211748
|
+
value: 'svelte-kit build',
|
211764
211749
|
},
|
211765
211750
|
devCommand: {
|
211766
211751
|
value: 'svelte-kit dev --port $PORT',
|
@@ -211770,8 +211755,6 @@ exports.frameworks = [
|
|
211770
211755
|
placeholder: 'public',
|
211771
211756
|
},
|
211772
211757
|
},
|
211773
|
-
devCommand: 'svelte-kit dev --port $PORT',
|
211774
|
-
buildCommand: 'svelte-kit build',
|
211775
211758
|
getFsOutputDir: async () => '.output',
|
211776
211759
|
getOutputDirName: async () => 'public',
|
211777
211760
|
},
|
@@ -211797,6 +211780,7 @@ exports.frameworks = [
|
|
211797
211780
|
},
|
211798
211781
|
buildCommand: {
|
211799
211782
|
placeholder: '`npm run build` or `react-scripts build`',
|
211783
|
+
value: 'react-scripts build',
|
211800
211784
|
},
|
211801
211785
|
devCommand: {
|
211802
211786
|
value: 'react-scripts start',
|
@@ -211806,8 +211790,6 @@ exports.frameworks = [
|
|
211806
211790
|
},
|
211807
211791
|
},
|
211808
211792
|
dependency: '@ionic/react',
|
211809
|
-
devCommand: 'react-scripts start',
|
211810
|
-
buildCommand: 'react-scripts build',
|
211811
211793
|
getFsOutputDir: async () => 'build',
|
211812
211794
|
getOutputDirName: async () => 'build',
|
211813
211795
|
defaultRoutes: [
|
@@ -211902,6 +211884,7 @@ exports.frameworks = [
|
|
211902
211884
|
},
|
211903
211885
|
buildCommand: {
|
211904
211886
|
placeholder: '`npm run build` or `react-scripts build`',
|
211887
|
+
value: 'react-scripts build',
|
211905
211888
|
},
|
211906
211889
|
devCommand: {
|
211907
211890
|
value: 'react-scripts start',
|
@@ -211911,8 +211894,6 @@ exports.frameworks = [
|
|
211911
211894
|
},
|
211912
211895
|
},
|
211913
211896
|
dependency: 'react-scripts',
|
211914
|
-
devCommand: 'react-scripts start',
|
211915
|
-
buildCommand: 'react-scripts build',
|
211916
211897
|
getFsOutputDir: async () => 'build',
|
211917
211898
|
getOutputDirName: async () => 'build',
|
211918
211899
|
defaultRoutes: [
|
@@ -212002,6 +211983,7 @@ exports.frameworks = [
|
|
212002
211983
|
},
|
212003
211984
|
buildCommand: {
|
212004
211985
|
placeholder: '`npm run build` or `gridsome build`',
|
211986
|
+
value: 'gridsome build',
|
212005
211987
|
},
|
212006
211988
|
devCommand: {
|
212007
211989
|
value: 'gridsome develop -p $PORT',
|
@@ -212012,8 +211994,6 @@ exports.frameworks = [
|
|
212012
211994
|
},
|
212013
211995
|
},
|
212014
211996
|
dependency: 'gridsome',
|
212015
|
-
devCommand: 'gridsome develop -p $PORT',
|
212016
|
-
buildCommand: 'gridsome build',
|
212017
211997
|
getFsOutputDir: async () => 'dist',
|
212018
211998
|
getOutputDirName: async () => 'dist',
|
212019
211999
|
},
|
@@ -212039,6 +212019,7 @@ exports.frameworks = [
|
|
212039
212019
|
},
|
212040
212020
|
buildCommand: {
|
212041
212021
|
placeholder: '`npm run build` or `umi build`',
|
212022
|
+
value: 'umi build',
|
212042
212023
|
},
|
212043
212024
|
devCommand: {
|
212044
212025
|
value: 'umi dev --port $PORT',
|
@@ -212049,8 +212030,6 @@ exports.frameworks = [
|
|
212049
212030
|
},
|
212050
212031
|
},
|
212051
212032
|
dependency: 'umi',
|
212052
|
-
devCommand: 'umi dev --port $PORT',
|
212053
|
-
buildCommand: 'umi build',
|
212054
212033
|
getFsOutputDir: async () => 'dist',
|
212055
212034
|
getOutputDirName: async () => 'dist',
|
212056
212035
|
defaultRoutes: [
|
@@ -212092,6 +212071,7 @@ exports.frameworks = [
|
|
212092
212071
|
},
|
212093
212072
|
buildCommand: {
|
212094
212073
|
placeholder: '`npm run build` or `sapper export`',
|
212074
|
+
value: 'sapper export',
|
212095
212075
|
},
|
212096
212076
|
devCommand: {
|
212097
212077
|
value: 'sapper dev --port $PORT',
|
@@ -212102,8 +212082,6 @@ exports.frameworks = [
|
|
212102
212082
|
},
|
212103
212083
|
},
|
212104
212084
|
dependency: 'sapper',
|
212105
|
-
devCommand: 'sapper dev --port $PORT',
|
212106
|
-
buildCommand: 'sapper export',
|
212107
212085
|
getFsOutputDir: async () => '__sapper__/export',
|
212108
212086
|
getOutputDirName: async () => '__sapper__/export',
|
212109
212087
|
},
|
@@ -212129,6 +212107,7 @@ exports.frameworks = [
|
|
212129
212107
|
},
|
212130
212108
|
buildCommand: {
|
212131
212109
|
placeholder: '`npm run build` or `saber build`',
|
212110
|
+
value: 'saber build',
|
212132
212111
|
},
|
212133
212112
|
devCommand: {
|
212134
212113
|
value: 'saber --port $PORT',
|
@@ -212139,8 +212118,6 @@ exports.frameworks = [
|
|
212139
212118
|
},
|
212140
212119
|
},
|
212141
212120
|
dependency: 'saber',
|
212142
|
-
devCommand: 'saber --port $PORT',
|
212143
|
-
buildCommand: 'saber build',
|
212144
212121
|
getFsOutputDir: async () => 'public',
|
212145
212122
|
getOutputDirName: async () => 'public',
|
212146
212123
|
defaultRoutes: [
|
@@ -212197,6 +212174,7 @@ exports.frameworks = [
|
|
212197
212174
|
},
|
212198
212175
|
buildCommand: {
|
212199
212176
|
placeholder: '`npm run build` or `stencil build`',
|
212177
|
+
value: 'stencil build',
|
212200
212178
|
},
|
212201
212179
|
devCommand: {
|
212202
212180
|
value: 'stencil build --dev --watch --serve --port $PORT',
|
@@ -212207,8 +212185,6 @@ exports.frameworks = [
|
|
212207
212185
|
},
|
212208
212186
|
},
|
212209
212187
|
dependency: '@stencil/core',
|
212210
|
-
devCommand: 'stencil build --dev --watch --serve --port $PORT',
|
212211
|
-
buildCommand: 'stencil build',
|
212212
212188
|
getFsOutputDir: async () => 'www',
|
212213
212189
|
getOutputDirName: async () => 'www',
|
212214
212190
|
defaultRoutes: [
|
@@ -212285,6 +212261,7 @@ exports.frameworks = [
|
|
212285
212261
|
},
|
212286
212262
|
buildCommand: {
|
212287
212263
|
placeholder: '`npm run build` or `nuxt generate`',
|
212264
|
+
value: 'nuxt generate',
|
212288
212265
|
},
|
212289
212266
|
devCommand: {
|
212290
212267
|
value: 'nuxt',
|
@@ -212294,8 +212271,6 @@ exports.frameworks = [
|
|
212294
212271
|
},
|
212295
212272
|
},
|
212296
212273
|
dependency: 'nuxt',
|
212297
|
-
devCommand: 'nuxt',
|
212298
|
-
buildCommand: 'nuxt generate',
|
212299
212274
|
getFsOutputDir: async () => '.output',
|
212300
212275
|
getOutputDirName: async () => 'dist',
|
212301
212276
|
cachePattern: '.nuxt/**',
|
@@ -212353,8 +212328,6 @@ exports.frameworks = [
|
|
212353
212328
|
placeholder: 'RedwoodJS default',
|
212354
212329
|
},
|
212355
212330
|
},
|
212356
|
-
devCommand: 'yarn rw dev --fwd="--port=$PORT --open=false',
|
212357
|
-
buildCommand: 'yarn rw deploy vercel',
|
212358
212331
|
getFsOutputDir: async () => 'public',
|
212359
212332
|
getOutputDirName: async () => 'public',
|
212360
212333
|
},
|
@@ -212389,6 +212362,7 @@ exports.frameworks = [
|
|
212389
212362
|
},
|
212390
212363
|
buildCommand: {
|
212391
212364
|
placeholder: '`npm run build` or `hugo -D --gc`',
|
212365
|
+
value: 'hugo -D --gc',
|
212392
212366
|
},
|
212393
212367
|
devCommand: {
|
212394
212368
|
value: 'hugo server -D -w -p $PORT',
|
@@ -212398,8 +212372,6 @@ exports.frameworks = [
|
|
212398
212372
|
placeholder: '`public` or `publishDir` from the `config` file',
|
212399
212373
|
},
|
212400
212374
|
},
|
212401
|
-
devCommand: 'hugo server -D -w -p $PORT',
|
212402
|
-
buildCommand: 'hugo -D --gc',
|
212403
212375
|
getFsOutputDir: async (dirPrefix) => {
|
212404
212376
|
const config = await read_config_file_1.readConfigFile(['config.json', 'config.yaml', 'config.toml'].map(fileName => {
|
212405
212377
|
return path_1.join(dirPrefix, fileName);
|
@@ -212435,6 +212407,7 @@ exports.frameworks = [
|
|
212435
212407
|
},
|
212436
212408
|
buildCommand: {
|
212437
212409
|
placeholder: '`npm run build` or `jekyll build`',
|
212410
|
+
value: 'jekyll build',
|
212438
212411
|
},
|
212439
212412
|
devCommand: {
|
212440
212413
|
value: 'bundle exec jekyll serve --watch --port $PORT',
|
@@ -212444,8 +212417,6 @@ exports.frameworks = [
|
|
212444
212417
|
placeholder: '`_site` or `destination` from `_config.yml`',
|
212445
212418
|
},
|
212446
212419
|
},
|
212447
|
-
devCommand: 'bundle exec jekyll serve --watch --port $PORT',
|
212448
|
-
buildCommand: 'jekyll build',
|
212449
212420
|
getFsOutputDir: async (dirPrefix) => {
|
212450
212421
|
const config = await read_config_file_1.readConfigFile(path_1.join(dirPrefix, '_config.yml'));
|
212451
212422
|
return (config && config.destination) || '_site';
|
@@ -212477,6 +212448,7 @@ exports.frameworks = [
|
|
212477
212448
|
},
|
212478
212449
|
buildCommand: {
|
212479
212450
|
placeholder: '`npm run build` or `brunch build --production`',
|
212451
|
+
value: 'brunch build --production',
|
212480
212452
|
},
|
212481
212453
|
devCommand: {
|
212482
212454
|
value: 'brunch watch --server --port $PORT',
|
@@ -212486,8 +212458,6 @@ exports.frameworks = [
|
|
212486
212458
|
value: 'public',
|
212487
212459
|
},
|
212488
212460
|
},
|
212489
|
-
devCommand: 'brunch watch --server --port $PORT',
|
212490
|
-
buildCommand: 'brunch build --production',
|
212491
212461
|
getFsOutputDir: async () => 'public',
|
212492
212462
|
getOutputDirName: async () => 'public',
|
212493
212463
|
},
|
@@ -212511,18 +212481,17 @@ exports.frameworks = [
|
|
212511
212481
|
value: 'bundle install',
|
212512
212482
|
},
|
212513
212483
|
buildCommand: {
|
212514
|
-
|
212484
|
+
placeholder: '`npm run build` or `bundle exec middleman build`',
|
212485
|
+
value: 'bundle exec middleman build',
|
212515
212486
|
},
|
212516
212487
|
devCommand: {
|
212517
|
-
value: 'bundle exec middleman server -p $PORT',
|
212518
212488
|
placeholder: 'bundle exec middleman server',
|
212489
|
+
value: 'bundle exec middleman server -p $PORT',
|
212519
212490
|
},
|
212520
212491
|
outputDirectory: {
|
212521
212492
|
value: 'build',
|
212522
212493
|
},
|
212523
212494
|
},
|
212524
|
-
devCommand: 'bundle exec middleman server -p $PORT',
|
212525
|
-
buildCommand: 'bundle exec middleman build',
|
212526
212495
|
getFsOutputDir: async () => 'build',
|
212527
212496
|
getOutputDirName: async () => 'build',
|
212528
212497
|
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
|
@@ -212551,15 +212520,13 @@ exports.frameworks = [
|
|
212551
212520
|
value: 'zola build',
|
212552
212521
|
},
|
212553
212522
|
devCommand: {
|
212554
|
-
value: 'zola serve --port $PORT',
|
212555
212523
|
placeholder: 'zola serve',
|
212524
|
+
value: 'zola serve --port $PORT',
|
212556
212525
|
},
|
212557
212526
|
outputDirectory: {
|
212558
212527
|
value: 'public',
|
212559
212528
|
},
|
212560
212529
|
},
|
212561
|
-
devCommand: 'zola serve --port $PORT',
|
212562
|
-
buildCommand: 'zola build',
|
212563
212530
|
getFsOutputDir: async () => 'public',
|
212564
212531
|
getOutputDirName: async () => 'public',
|
212565
212532
|
defaultVersion: '0.13.0',
|
@@ -212587,17 +212554,17 @@ exports.frameworks = [
|
|
212587
212554
|
},
|
212588
212555
|
buildCommand: {
|
212589
212556
|
placeholder: '`npm run build` or `vite build`',
|
212557
|
+
value: 'vite build',
|
212590
212558
|
},
|
212591
212559
|
devCommand: {
|
212592
212560
|
placeholder: 'vite',
|
212561
|
+
value: 'vite',
|
212593
212562
|
},
|
212594
212563
|
outputDirectory: {
|
212595
212564
|
value: 'dist',
|
212596
212565
|
},
|
212597
212566
|
},
|
212598
212567
|
dependency: 'vite',
|
212599
|
-
devCommand: 'vite',
|
212600
|
-
buildCommand: 'vite build',
|
212601
212568
|
getFsOutputDir: async () => 'dist',
|
212602
212569
|
getOutputDirName: async () => 'dist',
|
212603
212570
|
},
|
@@ -212623,17 +212590,17 @@ exports.frameworks = [
|
|
212623
212590
|
},
|
212624
212591
|
buildCommand: {
|
212625
212592
|
placeholder: '`npm run build` or `parcel build`',
|
212593
|
+
value: 'parcel build',
|
212626
212594
|
},
|
212627
212595
|
devCommand: {
|
212628
212596
|
placeholder: 'parcel',
|
212597
|
+
value: 'parcel',
|
212629
212598
|
},
|
212630
212599
|
outputDirectory: {
|
212631
|
-
|
212600
|
+
value: 'dist',
|
212632
212601
|
},
|
212633
212602
|
},
|
212634
212603
|
dependency: 'parcel',
|
212635
|
-
devCommand: 'parcel',
|
212636
|
-
buildCommand: 'parcel build',
|
212637
212604
|
getFsOutputDir: async () => 'dist',
|
212638
212605
|
getOutputDirName: async () => 'dist',
|
212639
212606
|
defaultRoutes: [
|
@@ -212667,16 +212634,16 @@ exports.frameworks = [
|
|
212667
212634
|
},
|
212668
212635
|
buildCommand: {
|
212669
212636
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
212637
|
+
value: null,
|
212670
212638
|
},
|
212671
212639
|
devCommand: {
|
212672
212640
|
placeholder: 'None',
|
212641
|
+
value: null,
|
212673
212642
|
},
|
212674
212643
|
outputDirectory: {
|
212675
212644
|
placeholder: '`public` if it exists, or `.`',
|
212676
212645
|
},
|
212677
212646
|
},
|
212678
|
-
devCommand: null,
|
212679
|
-
buildCommand: null,
|
212680
212647
|
getFsOutputDir: async (dirPrefix) => {
|
212681
212648
|
// Public if it exists or `.`
|
212682
212649
|
let base = 'public';
|
@@ -212703,7 +212670,7 @@ exports.default = def;
|
|
212703
212670
|
/***/ }),
|
212704
212671
|
|
212705
212672
|
/***/ 3734:
|
212706
|
-
/***/ (function(__unused_webpack_module, exports,
|
212673
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_793853__) {
|
212707
212674
|
|
212708
212675
|
"use strict";
|
212709
212676
|
|
@@ -212712,9 +212679,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
212712
212679
|
};
|
212713
212680
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
212714
212681
|
exports.readConfigFile = void 0;
|
212715
|
-
const js_yaml_1 = __importDefault(
|
212716
|
-
const toml_1 = __importDefault(
|
212717
|
-
const fs_1 =
|
212682
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_793853__(641));
|
212683
|
+
const toml_1 = __importDefault(__nested_webpack_require_793853__(9434));
|
212684
|
+
const fs_1 = __nested_webpack_require_793853__(5747);
|
212718
212685
|
const { readFile } = fs_1.promises;
|
212719
212686
|
async function readFileOrNull(file) {
|
212720
212687
|
try {
|
@@ -212763,13 +212730,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
212763
212730
|
/***/ }),
|
212764
212731
|
|
212765
212732
|
/***/ 641:
|
212766
|
-
/***/ ((module, __unused_webpack_exports,
|
212733
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_795459__) => {
|
212767
212734
|
|
212768
212735
|
"use strict";
|
212769
212736
|
|
212770
212737
|
|
212771
212738
|
|
212772
|
-
var yaml =
|
212739
|
+
var yaml = __nested_webpack_require_795459__(9633);
|
212773
212740
|
|
212774
212741
|
|
212775
212742
|
module.exports = yaml;
|
@@ -212778,14 +212745,14 @@ module.exports = yaml;
|
|
212778
212745
|
/***/ }),
|
212779
212746
|
|
212780
212747
|
/***/ 9633:
|
212781
|
-
/***/ ((module, __unused_webpack_exports,
|
212748
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_795633__) => {
|
212782
212749
|
|
212783
212750
|
"use strict";
|
212784
212751
|
|
212785
212752
|
|
212786
212753
|
|
212787
|
-
var loader =
|
212788
|
-
var dumper =
|
212754
|
+
var loader = __nested_webpack_require_795633__(4349);
|
212755
|
+
var dumper = __nested_webpack_require_795633__(8047);
|
212789
212756
|
|
212790
212757
|
|
212791
212758
|
function deprecated(name) {
|
@@ -212795,25 +212762,25 @@ function deprecated(name) {
|
|
212795
212762
|
}
|
212796
212763
|
|
212797
212764
|
|
212798
|
-
module.exports.Type =
|
212799
|
-
module.exports.Schema =
|
212800
|
-
module.exports.FAILSAFE_SCHEMA =
|
212801
|
-
module.exports.JSON_SCHEMA =
|
212802
|
-
module.exports.CORE_SCHEMA =
|
212803
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
212804
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
212765
|
+
module.exports.Type = __nested_webpack_require_795633__(6876);
|
212766
|
+
module.exports.Schema = __nested_webpack_require_795633__(6105);
|
212767
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_795633__(8441);
|
212768
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_795633__(1486);
|
212769
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_795633__(1112);
|
212770
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_795633__(596);
|
212771
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_795633__(9647);
|
212805
212772
|
module.exports.load = loader.load;
|
212806
212773
|
module.exports.loadAll = loader.loadAll;
|
212807
212774
|
module.exports.safeLoad = loader.safeLoad;
|
212808
212775
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
212809
212776
|
module.exports.dump = dumper.dump;
|
212810
212777
|
module.exports.safeDump = dumper.safeDump;
|
212811
|
-
module.exports.YAMLException =
|
212778
|
+
module.exports.YAMLException = __nested_webpack_require_795633__(3237);
|
212812
212779
|
|
212813
212780
|
// Deprecated schema names from JS-YAML 2.0.x
|
212814
|
-
module.exports.MINIMAL_SCHEMA =
|
212815
|
-
module.exports.SAFE_SCHEMA =
|
212816
|
-
module.exports.DEFAULT_SCHEMA =
|
212781
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_795633__(8441);
|
212782
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_795633__(596);
|
212783
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_795633__(9647);
|
212817
212784
|
|
212818
212785
|
// Deprecated functions from JS-YAML 1.x.x
|
212819
212786
|
module.exports.scan = deprecated('scan');
|
@@ -212892,17 +212859,17 @@ module.exports.extend = extend;
|
|
212892
212859
|
/***/ }),
|
212893
212860
|
|
212894
212861
|
/***/ 8047:
|
212895
|
-
/***/ ((module, __unused_webpack_exports,
|
212862
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_798451__) => {
|
212896
212863
|
|
212897
212864
|
"use strict";
|
212898
212865
|
|
212899
212866
|
|
212900
212867
|
/*eslint-disable no-use-before-define*/
|
212901
212868
|
|
212902
|
-
var common =
|
212903
|
-
var YAMLException =
|
212904
|
-
var DEFAULT_FULL_SCHEMA =
|
212905
|
-
var DEFAULT_SAFE_SCHEMA =
|
212869
|
+
var common = __nested_webpack_require_798451__(903);
|
212870
|
+
var YAMLException = __nested_webpack_require_798451__(3237);
|
212871
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_798451__(9647);
|
212872
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_798451__(596);
|
212906
212873
|
|
212907
212874
|
var _toString = Object.prototype.toString;
|
212908
212875
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -213778,18 +213745,18 @@ module.exports = YAMLException;
|
|
213778
213745
|
/***/ }),
|
213779
213746
|
|
213780
213747
|
/***/ 4349:
|
213781
|
-
/***/ ((module, __unused_webpack_exports,
|
213748
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_826155__) => {
|
213782
213749
|
|
213783
213750
|
"use strict";
|
213784
213751
|
|
213785
213752
|
|
213786
213753
|
/*eslint-disable max-len,no-use-before-define*/
|
213787
213754
|
|
213788
|
-
var common =
|
213789
|
-
var YAMLException =
|
213790
|
-
var Mark =
|
213791
|
-
var DEFAULT_SAFE_SCHEMA =
|
213792
|
-
var DEFAULT_FULL_SCHEMA =
|
213755
|
+
var common = __nested_webpack_require_826155__(903);
|
213756
|
+
var YAMLException = __nested_webpack_require_826155__(3237);
|
213757
|
+
var Mark = __nested_webpack_require_826155__(4926);
|
213758
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_826155__(596);
|
213759
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_826155__(9647);
|
213793
213760
|
|
213794
213761
|
|
213795
213762
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -215411,13 +215378,13 @@ module.exports.safeLoad = safeLoad;
|
|
215411
215378
|
/***/ }),
|
215412
215379
|
|
215413
215380
|
/***/ 4926:
|
215414
|
-
/***/ ((module, __unused_webpack_exports,
|
215381
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_870022__) => {
|
215415
215382
|
|
215416
215383
|
"use strict";
|
215417
215384
|
|
215418
215385
|
|
215419
215386
|
|
215420
|
-
var common =
|
215387
|
+
var common = __nested_webpack_require_870022__(903);
|
215421
215388
|
|
215422
215389
|
|
215423
215390
|
function Mark(name, buffer, position, line, column) {
|
@@ -215495,16 +215462,16 @@ module.exports = Mark;
|
|
215495
215462
|
/***/ }),
|
215496
215463
|
|
215497
215464
|
/***/ 6105:
|
215498
|
-
/***/ ((module, __unused_webpack_exports,
|
215465
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_871684__) => {
|
215499
215466
|
|
215500
215467
|
"use strict";
|
215501
215468
|
|
215502
215469
|
|
215503
215470
|
/*eslint-disable max-len*/
|
215504
215471
|
|
215505
|
-
var common =
|
215506
|
-
var YAMLException =
|
215507
|
-
var Type =
|
215472
|
+
var common = __nested_webpack_require_871684__(903);
|
215473
|
+
var YAMLException = __nested_webpack_require_871684__(3237);
|
215474
|
+
var Type = __nested_webpack_require_871684__(6876);
|
215508
215475
|
|
215509
215476
|
|
215510
215477
|
function compileList(schema, name, result) {
|
@@ -215611,7 +215578,7 @@ module.exports = Schema;
|
|
215611
215578
|
/***/ }),
|
215612
215579
|
|
215613
215580
|
/***/ 1112:
|
215614
|
-
/***/ ((module, __unused_webpack_exports,
|
215581
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_874548__) => {
|
215615
215582
|
|
215616
215583
|
"use strict";
|
215617
215584
|
// Standard YAML's Core schema.
|
@@ -215624,12 +215591,12 @@ module.exports = Schema;
|
|
215624
215591
|
|
215625
215592
|
|
215626
215593
|
|
215627
|
-
var Schema =
|
215594
|
+
var Schema = __nested_webpack_require_874548__(6105);
|
215628
215595
|
|
215629
215596
|
|
215630
215597
|
module.exports = new Schema({
|
215631
215598
|
include: [
|
215632
|
-
|
215599
|
+
__nested_webpack_require_874548__(1486)
|
215633
215600
|
]
|
215634
215601
|
});
|
215635
215602
|
|
@@ -215637,7 +215604,7 @@ module.exports = new Schema({
|
|
215637
215604
|
/***/ }),
|
215638
215605
|
|
215639
215606
|
/***/ 9647:
|
215640
|
-
/***/ ((module, __unused_webpack_exports,
|
215607
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_875018__) => {
|
215641
215608
|
|
215642
215609
|
"use strict";
|
215643
215610
|
// JS-YAML's default schema for `load` function.
|
@@ -215652,17 +215619,17 @@ module.exports = new Schema({
|
|
215652
215619
|
|
215653
215620
|
|
215654
215621
|
|
215655
|
-
var Schema =
|
215622
|
+
var Schema = __nested_webpack_require_875018__(6105);
|
215656
215623
|
|
215657
215624
|
|
215658
215625
|
module.exports = Schema.DEFAULT = new Schema({
|
215659
215626
|
include: [
|
215660
|
-
|
215627
|
+
__nested_webpack_require_875018__(596)
|
215661
215628
|
],
|
215662
215629
|
explicit: [
|
215663
|
-
|
215664
|
-
|
215665
|
-
|
215630
|
+
__nested_webpack_require_875018__(5836),
|
215631
|
+
__nested_webpack_require_875018__(6841),
|
215632
|
+
__nested_webpack_require_875018__(8750)
|
215666
215633
|
]
|
215667
215634
|
});
|
215668
215635
|
|
@@ -215670,7 +215637,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
215670
215637
|
/***/ }),
|
215671
215638
|
|
215672
215639
|
/***/ 596:
|
215673
|
-
/***/ ((module, __unused_webpack_exports,
|
215640
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_875712__) => {
|
215674
215641
|
|
215675
215642
|
"use strict";
|
215676
215643
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -215683,22 +215650,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
215683
215650
|
|
215684
215651
|
|
215685
215652
|
|
215686
|
-
var Schema =
|
215653
|
+
var Schema = __nested_webpack_require_875712__(6105);
|
215687
215654
|
|
215688
215655
|
|
215689
215656
|
module.exports = new Schema({
|
215690
215657
|
include: [
|
215691
|
-
|
215658
|
+
__nested_webpack_require_875712__(1112)
|
215692
215659
|
],
|
215693
215660
|
implicit: [
|
215694
|
-
|
215695
|
-
|
215661
|
+
__nested_webpack_require_875712__(7028),
|
215662
|
+
__nested_webpack_require_875712__(7841)
|
215696
215663
|
],
|
215697
215664
|
explicit: [
|
215698
|
-
|
215699
|
-
|
215700
|
-
|
215701
|
-
|
215665
|
+
__nested_webpack_require_875712__(8675),
|
215666
|
+
__nested_webpack_require_875712__(3498),
|
215667
|
+
__nested_webpack_require_875712__(679),
|
215668
|
+
__nested_webpack_require_875712__(7205)
|
215702
215669
|
]
|
215703
215670
|
});
|
215704
215671
|
|
@@ -215706,7 +215673,7 @@ module.exports = new Schema({
|
|
215706
215673
|
/***/ }),
|
215707
215674
|
|
215708
215675
|
/***/ 8441:
|
215709
|
-
/***/ ((module, __unused_webpack_exports,
|
215676
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_876424__) => {
|
215710
215677
|
|
215711
215678
|
"use strict";
|
215712
215679
|
// Standard YAML's Failsafe schema.
|
@@ -215716,14 +215683,14 @@ module.exports = new Schema({
|
|
215716
215683
|
|
215717
215684
|
|
215718
215685
|
|
215719
|
-
var Schema =
|
215686
|
+
var Schema = __nested_webpack_require_876424__(6105);
|
215720
215687
|
|
215721
215688
|
|
215722
215689
|
module.exports = new Schema({
|
215723
215690
|
explicit: [
|
215724
|
-
|
215725
|
-
|
215726
|
-
|
215691
|
+
__nested_webpack_require_876424__(5348),
|
215692
|
+
__nested_webpack_require_876424__(7330),
|
215693
|
+
__nested_webpack_require_876424__(293)
|
215727
215694
|
]
|
215728
215695
|
});
|
215729
215696
|
|
@@ -215731,7 +215698,7 @@ module.exports = new Schema({
|
|
215731
215698
|
/***/ }),
|
215732
215699
|
|
215733
215700
|
/***/ 1486:
|
215734
|
-
/***/ ((module, __unused_webpack_exports,
|
215701
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_876810__) => {
|
215735
215702
|
|
215736
215703
|
"use strict";
|
215737
215704
|
// Standard YAML's JSON schema.
|
@@ -215745,18 +215712,18 @@ module.exports = new Schema({
|
|
215745
215712
|
|
215746
215713
|
|
215747
215714
|
|
215748
|
-
var Schema =
|
215715
|
+
var Schema = __nested_webpack_require_876810__(6105);
|
215749
215716
|
|
215750
215717
|
|
215751
215718
|
module.exports = new Schema({
|
215752
215719
|
include: [
|
215753
|
-
|
215720
|
+
__nested_webpack_require_876810__(8441)
|
215754
215721
|
],
|
215755
215722
|
implicit: [
|
215756
|
-
|
215757
|
-
|
215758
|
-
|
215759
|
-
|
215723
|
+
__nested_webpack_require_876810__(9074),
|
215724
|
+
__nested_webpack_require_876810__(4308),
|
215725
|
+
__nested_webpack_require_876810__(1167),
|
215726
|
+
__nested_webpack_require_876810__(7862)
|
215760
215727
|
]
|
215761
215728
|
});
|
215762
215729
|
|
@@ -215764,12 +215731,12 @@ module.exports = new Schema({
|
|
215764
215731
|
/***/ }),
|
215765
215732
|
|
215766
215733
|
/***/ 6876:
|
215767
|
-
/***/ ((module, __unused_webpack_exports,
|
215734
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_877508__) => {
|
215768
215735
|
|
215769
215736
|
"use strict";
|
215770
215737
|
|
215771
215738
|
|
215772
|
-
var YAMLException =
|
215739
|
+
var YAMLException = __nested_webpack_require_877508__(3237);
|
215773
215740
|
|
215774
215741
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
215775
215742
|
'kind',
|
@@ -215833,7 +215800,7 @@ module.exports = Type;
|
|
215833
215800
|
/***/ }),
|
215834
215801
|
|
215835
215802
|
/***/ 8675:
|
215836
|
-
/***/ ((module, __unused_webpack_exports,
|
215803
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_879192__) => {
|
215837
215804
|
|
215838
215805
|
"use strict";
|
215839
215806
|
|
@@ -215848,7 +215815,7 @@ try {
|
|
215848
215815
|
NodeBuffer = _require('buffer').Buffer;
|
215849
215816
|
} catch (__) {}
|
215850
215817
|
|
215851
|
-
var Type =
|
215818
|
+
var Type = __nested_webpack_require_879192__(6876);
|
215852
215819
|
|
215853
215820
|
|
215854
215821
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -215979,12 +215946,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
215979
215946
|
/***/ }),
|
215980
215947
|
|
215981
215948
|
/***/ 4308:
|
215982
|
-
/***/ ((module, __unused_webpack_exports,
|
215949
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_882584__) => {
|
215983
215950
|
|
215984
215951
|
"use strict";
|
215985
215952
|
|
215986
215953
|
|
215987
|
-
var Type =
|
215954
|
+
var Type = __nested_webpack_require_882584__(6876);
|
215988
215955
|
|
215989
215956
|
function resolveYamlBoolean(data) {
|
215990
215957
|
if (data === null) return false;
|
@@ -216022,13 +215989,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
216022
215989
|
/***/ }),
|
216023
215990
|
|
216024
215991
|
/***/ 7862:
|
216025
|
-
/***/ ((module, __unused_webpack_exports,
|
215992
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_883657__) => {
|
216026
215993
|
|
216027
215994
|
"use strict";
|
216028
215995
|
|
216029
215996
|
|
216030
|
-
var common =
|
216031
|
-
var Type =
|
215997
|
+
var common = __nested_webpack_require_883657__(903);
|
215998
|
+
var Type = __nested_webpack_require_883657__(6876);
|
216032
215999
|
|
216033
216000
|
var YAML_FLOAT_PATTERN = new RegExp(
|
216034
216001
|
// 2.5e4, 2.5 and integers
|
@@ -216146,13 +216113,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
216146
216113
|
/***/ }),
|
216147
216114
|
|
216148
216115
|
/***/ 1167:
|
216149
|
-
/***/ ((module, __unused_webpack_exports,
|
216116
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_886603__) => {
|
216150
216117
|
|
216151
216118
|
"use strict";
|
216152
216119
|
|
216153
216120
|
|
216154
|
-
var common =
|
216155
|
-
var Type =
|
216121
|
+
var common = __nested_webpack_require_886603__(903);
|
216122
|
+
var Type = __nested_webpack_require_886603__(6876);
|
216156
216123
|
|
216157
216124
|
function isHexCode(c) {
|
216158
216125
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -216327,7 +216294,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
216327
216294
|
/***/ }),
|
216328
216295
|
|
216329
216296
|
/***/ 8750:
|
216330
|
-
/***/ ((module, __unused_webpack_exports,
|
216297
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890775__) => {
|
216331
216298
|
|
216332
216299
|
"use strict";
|
216333
216300
|
|
@@ -216350,7 +216317,7 @@ try {
|
|
216350
216317
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
216351
216318
|
}
|
216352
216319
|
|
216353
|
-
var Type =
|
216320
|
+
var Type = __nested_webpack_require_890775__(6876);
|
216354
216321
|
|
216355
216322
|
function resolveJavascriptFunction(data) {
|
216356
216323
|
if (data === null) return false;
|
@@ -216427,12 +216394,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
216427
216394
|
/***/ }),
|
216428
216395
|
|
216429
216396
|
/***/ 6841:
|
216430
|
-
/***/ ((module, __unused_webpack_exports,
|
216397
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893672__) => {
|
216431
216398
|
|
216432
216399
|
"use strict";
|
216433
216400
|
|
216434
216401
|
|
216435
|
-
var Type =
|
216402
|
+
var Type = __nested_webpack_require_893672__(6876);
|
216436
216403
|
|
216437
216404
|
function resolveJavascriptRegExp(data) {
|
216438
216405
|
if (data === null) return false;
|
@@ -216495,12 +216462,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
216495
216462
|
/***/ }),
|
216496
216463
|
|
216497
216464
|
/***/ 5836:
|
216498
|
-
/***/ ((module, __unused_webpack_exports,
|
216465
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895343__) => {
|
216499
216466
|
|
216500
216467
|
"use strict";
|
216501
216468
|
|
216502
216469
|
|
216503
|
-
var Type =
|
216470
|
+
var Type = __nested_webpack_require_895343__(6876);
|
216504
216471
|
|
216505
216472
|
function resolveJavascriptUndefined() {
|
216506
216473
|
return true;
|
@@ -216531,12 +216498,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
216531
216498
|
/***/ }),
|
216532
216499
|
|
216533
216500
|
/***/ 293:
|
216534
|
-
/***/ ((module, __unused_webpack_exports,
|
216501
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896014__) => {
|
216535
216502
|
|
216536
216503
|
"use strict";
|
216537
216504
|
|
216538
216505
|
|
216539
|
-
var Type =
|
216506
|
+
var Type = __nested_webpack_require_896014__(6876);
|
216540
216507
|
|
216541
216508
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
216542
216509
|
kind: 'mapping',
|
@@ -216547,12 +216514,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
216547
216514
|
/***/ }),
|
216548
216515
|
|
216549
216516
|
/***/ 7841:
|
216550
|
-
/***/ ((module, __unused_webpack_exports,
|
216517
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896306__) => {
|
216551
216518
|
|
216552
216519
|
"use strict";
|
216553
216520
|
|
216554
216521
|
|
216555
|
-
var Type =
|
216522
|
+
var Type = __nested_webpack_require_896306__(6876);
|
216556
216523
|
|
216557
216524
|
function resolveYamlMerge(data) {
|
216558
216525
|
return data === '<<' || data === null;
|
@@ -216567,12 +216534,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
216567
216534
|
/***/ }),
|
216568
216535
|
|
216569
216536
|
/***/ 9074:
|
216570
|
-
/***/ ((module, __unused_webpack_exports,
|
216537
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896638__) => {
|
216571
216538
|
|
216572
216539
|
"use strict";
|
216573
216540
|
|
216574
216541
|
|
216575
|
-
var Type =
|
216542
|
+
var Type = __nested_webpack_require_896638__(6876);
|
216576
216543
|
|
216577
216544
|
function resolveYamlNull(data) {
|
216578
216545
|
if (data === null) return true;
|
@@ -216609,12 +216576,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
216609
216576
|
/***/ }),
|
216610
216577
|
|
216611
216578
|
/***/ 3498:
|
216612
|
-
/***/ ((module, __unused_webpack_exports,
|
216579
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_897501__) => {
|
216613
216580
|
|
216614
216581
|
"use strict";
|
216615
216582
|
|
216616
216583
|
|
216617
|
-
var Type =
|
216584
|
+
var Type = __nested_webpack_require_897501__(6876);
|
216618
216585
|
|
216619
216586
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
216620
216587
|
var _toString = Object.prototype.toString;
|
@@ -216661,12 +216628,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
216661
216628
|
/***/ }),
|
216662
216629
|
|
216663
216630
|
/***/ 679:
|
216664
|
-
/***/ ((module, __unused_webpack_exports,
|
216631
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898625__) => {
|
216665
216632
|
|
216666
216633
|
"use strict";
|
216667
216634
|
|
216668
216635
|
|
216669
|
-
var Type =
|
216636
|
+
var Type = __nested_webpack_require_898625__(6876);
|
216670
216637
|
|
216671
216638
|
var _toString = Object.prototype.toString;
|
216672
216639
|
|
@@ -216722,12 +216689,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
216722
216689
|
/***/ }),
|
216723
216690
|
|
216724
216691
|
/***/ 7330:
|
216725
|
-
/***/ ((module, __unused_webpack_exports,
|
216692
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_899811__) => {
|
216726
216693
|
|
216727
216694
|
"use strict";
|
216728
216695
|
|
216729
216696
|
|
216730
|
-
var Type =
|
216697
|
+
var Type = __nested_webpack_require_899811__(6876);
|
216731
216698
|
|
216732
216699
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
216733
216700
|
kind: 'sequence',
|
@@ -216738,12 +216705,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
216738
216705
|
/***/ }),
|
216739
216706
|
|
216740
216707
|
/***/ 7205:
|
216741
|
-
/***/ ((module, __unused_webpack_exports,
|
216708
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900104__) => {
|
216742
216709
|
|
216743
216710
|
"use strict";
|
216744
216711
|
|
216745
216712
|
|
216746
|
-
var Type =
|
216713
|
+
var Type = __nested_webpack_require_900104__(6876);
|
216747
216714
|
|
216748
216715
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
216749
216716
|
|
@@ -216775,12 +216742,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
216775
216742
|
/***/ }),
|
216776
216743
|
|
216777
216744
|
/***/ 5348:
|
216778
|
-
/***/ ((module, __unused_webpack_exports,
|
216745
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900753__) => {
|
216779
216746
|
|
216780
216747
|
"use strict";
|
216781
216748
|
|
216782
216749
|
|
216783
|
-
var Type =
|
216750
|
+
var Type = __nested_webpack_require_900753__(6876);
|
216784
216751
|
|
216785
216752
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
216786
216753
|
kind: 'scalar',
|
@@ -216791,12 +216758,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
216791
216758
|
/***/ }),
|
216792
216759
|
|
216793
216760
|
/***/ 7028:
|
216794
|
-
/***/ ((module, __unused_webpack_exports,
|
216761
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_901044__) => {
|
216795
216762
|
|
216796
216763
|
"use strict";
|
216797
216764
|
|
216798
216765
|
|
216799
|
-
var Type =
|
216766
|
+
var Type = __nested_webpack_require_901044__(6876);
|
216800
216767
|
|
216801
216768
|
var YAML_DATE_REGEXP = new RegExp(
|
216802
216769
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -216887,7 +216854,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
216887
216854
|
/***/ }),
|
216888
216855
|
|
216889
216856
|
/***/ 7276:
|
216890
|
-
/***/ (function(__unused_webpack_module, exports,
|
216857
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_903725__) {
|
216891
216858
|
|
216892
216859
|
"use strict";
|
216893
216860
|
|
@@ -216896,12 +216863,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
216896
216863
|
};
|
216897
216864
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
216898
216865
|
exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = void 0;
|
216899
|
-
const fs_extra_1 = __importDefault(
|
216900
|
-
const path_1 =
|
216901
|
-
const glob_1 = __importDefault(
|
216902
|
-
const normalize_path_1 =
|
216903
|
-
const lambda_1 =
|
216904
|
-
const minimatch_1 = __importDefault(
|
216866
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_903725__(5392));
|
216867
|
+
const path_1 = __nested_webpack_require_903725__(5622);
|
216868
|
+
const glob_1 = __importDefault(__nested_webpack_require_903725__(4240));
|
216869
|
+
const normalize_path_1 = __nested_webpack_require_903725__(6261);
|
216870
|
+
const lambda_1 = __nested_webpack_require_903725__(6721);
|
216871
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_903725__(9566));
|
216905
216872
|
/**
|
216906
216873
|
* Convert legacy Runtime to a Plugin.
|
216907
216874
|
* @param buildRuntime - a legacy build() function from a Runtime
|
@@ -217033,12 +217000,12 @@ exports.updateFunctionsManifest = updateFunctionsManifest;
|
|
217033
217000
|
/***/ }),
|
217034
217001
|
|
217035
217002
|
/***/ 1868:
|
217036
|
-
/***/ ((__unused_webpack_module, exports,
|
217003
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_909849__) => {
|
217037
217004
|
|
217038
217005
|
"use strict";
|
217039
217006
|
|
217040
217007
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217041
|
-
const _1 =
|
217008
|
+
const _1 = __nested_webpack_require_909849__(2855);
|
217042
217009
|
function debug(message, ...additional) {
|
217043
217010
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217044
217011
|
console.log(message, ...additional);
|
@@ -217050,7 +217017,7 @@ exports.default = debug;
|
|
217050
217017
|
/***/ }),
|
217051
217018
|
|
217052
217019
|
/***/ 4246:
|
217053
|
-
/***/ (function(__unused_webpack_module, exports,
|
217020
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_910234__) {
|
217054
217021
|
|
217055
217022
|
"use strict";
|
217056
217023
|
|
@@ -217059,11 +217026,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217059
217026
|
};
|
217060
217027
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217061
217028
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217062
|
-
const minimatch_1 = __importDefault(
|
217063
|
-
const semver_1 =
|
217064
|
-
const path_1 =
|
217065
|
-
const frameworks_1 = __importDefault(
|
217066
|
-
const _1 =
|
217029
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_910234__(9566));
|
217030
|
+
const semver_1 = __nested_webpack_require_910234__(2879);
|
217031
|
+
const path_1 = __nested_webpack_require_910234__(5622);
|
217032
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_910234__(8438));
|
217033
|
+
const _1 = __nested_webpack_require_910234__(2855);
|
217067
217034
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217068
217035
|
// We need to sort the file paths by alphabet to make
|
217069
217036
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218069,7 +218036,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218069
218036
|
/***/ }),
|
218070
218037
|
|
218071
218038
|
/***/ 2397:
|
218072
|
-
/***/ (function(__unused_webpack_module, exports,
|
218039
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_947076__) {
|
218073
218040
|
|
218074
218041
|
"use strict";
|
218075
218042
|
|
@@ -218077,8 +218044,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218077
218044
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218078
218045
|
};
|
218079
218046
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218080
|
-
const assert_1 = __importDefault(
|
218081
|
-
const into_stream_1 = __importDefault(
|
218047
|
+
const assert_1 = __importDefault(__nested_webpack_require_947076__(2357));
|
218048
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_947076__(6130));
|
218082
218049
|
class FileBlob {
|
218083
218050
|
constructor({ mode = 0o100644, contentType, data }) {
|
218084
218051
|
assert_1.default(typeof mode === 'number');
|
@@ -218110,7 +218077,7 @@ exports.default = FileBlob;
|
|
218110
218077
|
/***/ }),
|
218111
218078
|
|
218112
218079
|
/***/ 9331:
|
218113
|
-
/***/ (function(__unused_webpack_module, exports,
|
218080
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_948528__) {
|
218114
218081
|
|
218115
218082
|
"use strict";
|
218116
218083
|
|
@@ -218118,11 +218085,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218118
218085
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218119
218086
|
};
|
218120
218087
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218121
|
-
const assert_1 = __importDefault(
|
218122
|
-
const fs_extra_1 = __importDefault(
|
218123
|
-
const multistream_1 = __importDefault(
|
218124
|
-
const path_1 = __importDefault(
|
218125
|
-
const async_sema_1 = __importDefault(
|
218088
|
+
const assert_1 = __importDefault(__nested_webpack_require_948528__(2357));
|
218089
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_948528__(5392));
|
218090
|
+
const multistream_1 = __importDefault(__nested_webpack_require_948528__(8179));
|
218091
|
+
const path_1 = __importDefault(__nested_webpack_require_948528__(5622));
|
218092
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_948528__(5758));
|
218126
218093
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218127
218094
|
class FileFsRef {
|
218128
218095
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218188,7 +218155,7 @@ exports.default = FileFsRef;
|
|
218188
218155
|
/***/ }),
|
218189
218156
|
|
218190
218157
|
/***/ 5187:
|
218191
|
-
/***/ (function(__unused_webpack_module, exports,
|
218158
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_951332__) {
|
218192
218159
|
|
218193
218160
|
"use strict";
|
218194
218161
|
|
@@ -218196,11 +218163,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218196
218163
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218197
218164
|
};
|
218198
218165
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218199
|
-
const assert_1 = __importDefault(
|
218200
|
-
const node_fetch_1 = __importDefault(
|
218201
|
-
const multistream_1 = __importDefault(
|
218202
|
-
const async_retry_1 = __importDefault(
|
218203
|
-
const async_sema_1 = __importDefault(
|
218166
|
+
const assert_1 = __importDefault(__nested_webpack_require_951332__(2357));
|
218167
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_951332__(2197));
|
218168
|
+
const multistream_1 = __importDefault(__nested_webpack_require_951332__(8179));
|
218169
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_951332__(3691));
|
218170
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_951332__(5758));
|
218204
218171
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218205
218172
|
class BailableError extends Error {
|
218206
218173
|
constructor(...args) {
|
@@ -218281,7 +218248,7 @@ exports.default = FileRef;
|
|
218281
218248
|
/***/ }),
|
218282
218249
|
|
218283
218250
|
/***/ 1611:
|
218284
|
-
/***/ (function(__unused_webpack_module, exports,
|
218251
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_954733__) {
|
218285
218252
|
|
218286
218253
|
"use strict";
|
218287
218254
|
|
@@ -218290,10 +218257,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218290
218257
|
};
|
218291
218258
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218292
218259
|
exports.isSymbolicLink = void 0;
|
218293
|
-
const path_1 = __importDefault(
|
218294
|
-
const debug_1 = __importDefault(
|
218295
|
-
const file_fs_ref_1 = __importDefault(
|
218296
|
-
const fs_extra_1 =
|
218260
|
+
const path_1 = __importDefault(__nested_webpack_require_954733__(5622));
|
218261
|
+
const debug_1 = __importDefault(__nested_webpack_require_954733__(1868));
|
218262
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_954733__(9331));
|
218263
|
+
const fs_extra_1 = __nested_webpack_require_954733__(5392);
|
218297
218264
|
const S_IFMT = 61440; /* 0170000 type of file */
|
218298
218265
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
218299
218266
|
function isSymbolicLink(mode) {
|
@@ -218355,14 +218322,14 @@ exports.default = download;
|
|
218355
218322
|
/***/ }),
|
218356
218323
|
|
218357
218324
|
/***/ 3838:
|
218358
|
-
/***/ ((__unused_webpack_module, exports,
|
218325
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_957558__) => {
|
218359
218326
|
|
218360
218327
|
"use strict";
|
218361
218328
|
|
218362
218329
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218363
|
-
const path_1 =
|
218364
|
-
const os_1 =
|
218365
|
-
const fs_extra_1 =
|
218330
|
+
const path_1 = __nested_webpack_require_957558__(5622);
|
218331
|
+
const os_1 = __nested_webpack_require_957558__(2087);
|
218332
|
+
const fs_extra_1 = __nested_webpack_require_957558__(5392);
|
218366
218333
|
async function getWritableDirectory() {
|
218367
218334
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
218368
218335
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -218375,7 +218342,7 @@ exports.default = getWritableDirectory;
|
|
218375
218342
|
/***/ }),
|
218376
218343
|
|
218377
218344
|
/***/ 4240:
|
218378
|
-
/***/ (function(__unused_webpack_module, exports,
|
218345
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_958138__) {
|
218379
218346
|
|
218380
218347
|
"use strict";
|
218381
218348
|
|
@@ -218383,13 +218350,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218383
218350
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218384
218351
|
};
|
218385
218352
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218386
|
-
const path_1 = __importDefault(
|
218387
|
-
const assert_1 = __importDefault(
|
218388
|
-
const glob_1 = __importDefault(
|
218389
|
-
const util_1 =
|
218390
|
-
const fs_extra_1 =
|
218391
|
-
const normalize_path_1 =
|
218392
|
-
const file_fs_ref_1 = __importDefault(
|
218353
|
+
const path_1 = __importDefault(__nested_webpack_require_958138__(5622));
|
218354
|
+
const assert_1 = __importDefault(__nested_webpack_require_958138__(2357));
|
218355
|
+
const glob_1 = __importDefault(__nested_webpack_require_958138__(1104));
|
218356
|
+
const util_1 = __nested_webpack_require_958138__(1669);
|
218357
|
+
const fs_extra_1 = __nested_webpack_require_958138__(5392);
|
218358
|
+
const normalize_path_1 = __nested_webpack_require_958138__(6261);
|
218359
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_958138__(9331));
|
218393
218360
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
218394
218361
|
async function glob(pattern, opts, mountpoint) {
|
218395
218362
|
let options;
|
@@ -218435,7 +218402,7 @@ exports.default = glob;
|
|
218435
218402
|
/***/ }),
|
218436
218403
|
|
218437
218404
|
/***/ 7903:
|
218438
|
-
/***/ (function(__unused_webpack_module, exports,
|
218405
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_960334__) {
|
218439
218406
|
|
218440
218407
|
"use strict";
|
218441
218408
|
|
@@ -218444,9 +218411,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218444
218411
|
};
|
218445
218412
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218446
218413
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
218447
|
-
const semver_1 =
|
218448
|
-
const errors_1 =
|
218449
|
-
const debug_1 = __importDefault(
|
218414
|
+
const semver_1 = __nested_webpack_require_960334__(2879);
|
218415
|
+
const errors_1 = __nested_webpack_require_960334__(3983);
|
218416
|
+
const debug_1 = __importDefault(__nested_webpack_require_960334__(1868));
|
218450
218417
|
const allOptions = [
|
218451
218418
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
218452
218419
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -218540,7 +218507,7 @@ exports.normalizePath = normalizePath;
|
|
218540
218507
|
/***/ }),
|
218541
218508
|
|
218542
218509
|
/***/ 7792:
|
218543
|
-
/***/ (function(__unused_webpack_module, exports,
|
218510
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_964202__) {
|
218544
218511
|
|
218545
218512
|
"use strict";
|
218546
218513
|
|
@@ -218549,9 +218516,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218549
218516
|
};
|
218550
218517
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218551
218518
|
exports.readConfigFile = void 0;
|
218552
|
-
const js_yaml_1 = __importDefault(
|
218553
|
-
const toml_1 = __importDefault(
|
218554
|
-
const fs_extra_1 =
|
218519
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_964202__(6540));
|
218520
|
+
const toml_1 = __importDefault(__nested_webpack_require_964202__(9434));
|
218521
|
+
const fs_extra_1 = __nested_webpack_require_964202__(5392);
|
218555
218522
|
async function readFileOrNull(file) {
|
218556
218523
|
try {
|
218557
218524
|
const data = await fs_extra_1.readFile(file);
|
@@ -218606,7 +218573,7 @@ exports.default = rename;
|
|
218606
218573
|
/***/ }),
|
218607
218574
|
|
218608
218575
|
/***/ 1442:
|
218609
|
-
/***/ (function(__unused_webpack_module, exports,
|
218576
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965995__) {
|
218610
218577
|
|
218611
218578
|
"use strict";
|
218612
218579
|
|
@@ -218615,14 +218582,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218615
218582
|
};
|
218616
218583
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218617
218584
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
218618
|
-
const assert_1 = __importDefault(
|
218619
|
-
const fs_extra_1 = __importDefault(
|
218620
|
-
const path_1 = __importDefault(
|
218621
|
-
const debug_1 = __importDefault(
|
218622
|
-
const cross_spawn_1 = __importDefault(
|
218623
|
-
const util_1 =
|
218624
|
-
const errors_1 =
|
218625
|
-
const node_version_1 =
|
218585
|
+
const assert_1 = __importDefault(__nested_webpack_require_965995__(2357));
|
218586
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_965995__(5392));
|
218587
|
+
const path_1 = __importDefault(__nested_webpack_require_965995__(5622));
|
218588
|
+
const debug_1 = __importDefault(__nested_webpack_require_965995__(1868));
|
218589
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_965995__(7618));
|
218590
|
+
const util_1 = __nested_webpack_require_965995__(1669);
|
218591
|
+
const errors_1 = __nested_webpack_require_965995__(3983);
|
218592
|
+
const node_version_1 = __nested_webpack_require_965995__(7903);
|
218626
218593
|
function spawnAsync(command, args, opts = {}) {
|
218627
218594
|
return new Promise((resolve, reject) => {
|
218628
218595
|
const stderrLogs = [];
|
@@ -218933,7 +218900,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
218933
218900
|
/***/ }),
|
218934
218901
|
|
218935
218902
|
/***/ 2560:
|
218936
|
-
/***/ (function(__unused_webpack_module, exports,
|
218903
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979985__) {
|
218937
218904
|
|
218938
218905
|
"use strict";
|
218939
218906
|
|
@@ -218941,7 +218908,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218941
218908
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218942
218909
|
};
|
218943
218910
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218944
|
-
const end_of_stream_1 = __importDefault(
|
218911
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_979985__(687));
|
218945
218912
|
function streamToBuffer(stream) {
|
218946
218913
|
return new Promise((resolve, reject) => {
|
218947
218914
|
const buffers = [];
|
@@ -218970,7 +218937,7 @@ exports.default = streamToBuffer;
|
|
218970
218937
|
/***/ }),
|
218971
218938
|
|
218972
218939
|
/***/ 2855:
|
218973
|
-
/***/ (function(__unused_webpack_module, exports,
|
218940
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_981053__) {
|
218974
218941
|
|
218975
218942
|
"use strict";
|
218976
218943
|
|
@@ -219001,28 +218968,28 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219001
218968
|
};
|
219002
218969
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219003
218970
|
exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
219004
|
-
const file_blob_1 = __importDefault(
|
218971
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_981053__(2397));
|
219005
218972
|
exports.FileBlob = file_blob_1.default;
|
219006
|
-
const file_fs_ref_1 = __importDefault(
|
218973
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_981053__(9331));
|
219007
218974
|
exports.FileFsRef = file_fs_ref_1.default;
|
219008
|
-
const file_ref_1 = __importDefault(
|
218975
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_981053__(5187));
|
219009
218976
|
exports.FileRef = file_ref_1.default;
|
219010
|
-
const lambda_1 =
|
218977
|
+
const lambda_1 = __nested_webpack_require_981053__(6721);
|
219011
218978
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219012
218979
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219013
218980
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219014
|
-
const prerender_1 =
|
218981
|
+
const prerender_1 = __nested_webpack_require_981053__(2850);
|
219015
218982
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219016
|
-
const download_1 = __importStar(
|
218983
|
+
const download_1 = __importStar(__nested_webpack_require_981053__(1611));
|
219017
218984
|
exports.download = download_1.default;
|
219018
218985
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219019
|
-
const get_writable_directory_1 = __importDefault(
|
218986
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_981053__(3838));
|
219020
218987
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219021
|
-
const glob_1 = __importDefault(
|
218988
|
+
const glob_1 = __importDefault(__nested_webpack_require_981053__(4240));
|
219022
218989
|
exports.glob = glob_1.default;
|
219023
|
-
const rename_1 = __importDefault(
|
218990
|
+
const rename_1 = __importDefault(__nested_webpack_require_981053__(6718));
|
219024
218991
|
exports.rename = rename_1.default;
|
219025
|
-
const run_user_scripts_1 =
|
218992
|
+
const run_user_scripts_1 = __nested_webpack_require_981053__(1442);
|
219026
218993
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219027
218994
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219028
218995
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219039,35 +219006,35 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219039
219006
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219040
219007
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219041
219008
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219042
|
-
const node_version_1 =
|
219009
|
+
const node_version_1 = __nested_webpack_require_981053__(7903);
|
219043
219010
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219044
219011
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219045
|
-
const errors_1 =
|
219046
|
-
const stream_to_buffer_1 = __importDefault(
|
219012
|
+
const errors_1 = __nested_webpack_require_981053__(3983);
|
219013
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_981053__(2560));
|
219047
219014
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219048
|
-
const should_serve_1 = __importDefault(
|
219015
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_981053__(2564));
|
219049
219016
|
exports.shouldServe = should_serve_1.default;
|
219050
|
-
const debug_1 = __importDefault(
|
219017
|
+
const debug_1 = __importDefault(__nested_webpack_require_981053__(1868));
|
219051
219018
|
exports.debug = debug_1.default;
|
219052
|
-
var detect_builders_1 =
|
219019
|
+
var detect_builders_1 = __nested_webpack_require_981053__(4246);
|
219053
219020
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219054
219021
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219055
219022
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219056
219023
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219057
|
-
var detect_framework_1 =
|
219024
|
+
var detect_framework_1 = __nested_webpack_require_981053__(5224);
|
219058
219025
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219059
|
-
var filesystem_1 =
|
219026
|
+
var filesystem_1 = __nested_webpack_require_981053__(461);
|
219060
219027
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219061
|
-
var read_config_file_1 =
|
219028
|
+
var read_config_file_1 = __nested_webpack_require_981053__(7792);
|
219062
219029
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219063
|
-
var normalize_path_1 =
|
219030
|
+
var normalize_path_1 = __nested_webpack_require_981053__(6261);
|
219064
219031
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219065
|
-
var convert_runtime_to_plugin_1 =
|
219032
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_981053__(7276);
|
219066
219033
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219067
219034
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219068
|
-
__exportStar(
|
219069
|
-
__exportStar(
|
219070
|
-
__exportStar(
|
219035
|
+
__exportStar(__nested_webpack_require_981053__(2416), exports);
|
219036
|
+
__exportStar(__nested_webpack_require_981053__(5748), exports);
|
219037
|
+
__exportStar(__nested_webpack_require_981053__(3983), exports);
|
219071
219038
|
/**
|
219072
219039
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219073
219040
|
*/
|
@@ -219112,7 +219079,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
219112
219079
|
/***/ }),
|
219113
219080
|
|
219114
219081
|
/***/ 6721:
|
219115
|
-
/***/ (function(__unused_webpack_module, exports,
|
219082
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_991327__) {
|
219116
219083
|
|
219117
219084
|
"use strict";
|
219118
219085
|
|
@@ -219121,13 +219088,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219121
219088
|
};
|
219122
219089
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219123
219090
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219124
|
-
const assert_1 = __importDefault(
|
219125
|
-
const async_sema_1 = __importDefault(
|
219126
|
-
const yazl_1 =
|
219127
|
-
const minimatch_1 = __importDefault(
|
219128
|
-
const fs_extra_1 =
|
219129
|
-
const download_1 =
|
219130
|
-
const stream_to_buffer_1 = __importDefault(
|
219091
|
+
const assert_1 = __importDefault(__nested_webpack_require_991327__(2357));
|
219092
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_991327__(5758));
|
219093
|
+
const yazl_1 = __nested_webpack_require_991327__(1223);
|
219094
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_991327__(9566));
|
219095
|
+
const fs_extra_1 = __nested_webpack_require_991327__(5392);
|
219096
|
+
const download_1 = __nested_webpack_require_991327__(1611);
|
219097
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_991327__(2560));
|
219131
219098
|
exports.FILES_SYMBOL = Symbol('files');
|
219132
219099
|
class Lambda {
|
219133
219100
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -219356,12 +219323,12 @@ exports.buildsSchema = {
|
|
219356
219323
|
/***/ }),
|
219357
219324
|
|
219358
219325
|
/***/ 2564:
|
219359
|
-
/***/ ((__unused_webpack_module, exports,
|
219326
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_999837__) => {
|
219360
219327
|
|
219361
219328
|
"use strict";
|
219362
219329
|
|
219363
219330
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219364
|
-
const path_1 =
|
219331
|
+
const path_1 = __nested_webpack_require_999837__(5622);
|
219365
219332
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
219366
219333
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
219367
219334
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -219590,7 +219557,7 @@ module.exports = __webpack_require__(78761);
|
|
219590
219557
|
/******/ var __webpack_module_cache__ = {};
|
219591
219558
|
/******/
|
219592
219559
|
/******/ // The require function
|
219593
|
-
/******/ function
|
219560
|
+
/******/ function __nested_webpack_require_1099476__(moduleId) {
|
219594
219561
|
/******/ // Check if module is in cache
|
219595
219562
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
219596
219563
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -219605,7 +219572,7 @@ module.exports = __webpack_require__(78761);
|
|
219605
219572
|
/******/ // Execute the module function
|
219606
219573
|
/******/ var threw = true;
|
219607
219574
|
/******/ try {
|
219608
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
219575
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1099476__);
|
219609
219576
|
/******/ threw = false;
|
219610
219577
|
/******/ } finally {
|
219611
219578
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -219618,11 +219585,11 @@ module.exports = __webpack_require__(78761);
|
|
219618
219585
|
/************************************************************************/
|
219619
219586
|
/******/ /* webpack/runtime/compat */
|
219620
219587
|
/******/
|
219621
|
-
/******/
|
219588
|
+
/******/ __nested_webpack_require_1099476__.ab = __dirname + "/";/************************************************************************/
|
219622
219589
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
219623
219590
|
/******/ // startup
|
219624
219591
|
/******/ // Load entry module and return exports
|
219625
|
-
/******/ return
|
219592
|
+
/******/ return __nested_webpack_require_1099476__(2855);
|
219626
219593
|
/******/ })()
|
219627
219594
|
;
|
219628
219595
|
|
@@ -241829,6 +241796,7 @@ exports.frameworks = [
|
|
241829
241796
|
},
|
241830
241797
|
buildCommand: {
|
241831
241798
|
placeholder: '`npm run build` or `blitz build`',
|
241799
|
+
value: 'blitz build',
|
241832
241800
|
},
|
241833
241801
|
devCommand: {
|
241834
241802
|
value: 'blitz start',
|
@@ -241837,8 +241805,6 @@ exports.frameworks = [
|
|
241837
241805
|
placeholder: 'Next.js default',
|
241838
241806
|
},
|
241839
241807
|
},
|
241840
|
-
devCommand: 'blitz start',
|
241841
|
-
buildCommand: 'blitz build',
|
241842
241808
|
getFsOutputDir: async () => '.next',
|
241843
241809
|
getOutputDirName: async () => 'public',
|
241844
241810
|
},
|
@@ -241867,6 +241833,7 @@ exports.frameworks = [
|
|
241867
241833
|
},
|
241868
241834
|
buildCommand: {
|
241869
241835
|
placeholder: '`npm run build` or `next build`',
|
241836
|
+
value: 'next build',
|
241870
241837
|
},
|
241871
241838
|
devCommand: {
|
241872
241839
|
value: 'next dev --port $PORT',
|
@@ -241882,8 +241849,6 @@ exports.frameworks = [
|
|
241882
241849
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
241883
241850
|
},
|
241884
241851
|
],
|
241885
|
-
devCommand: 'next dev --port $PORT',
|
241886
|
-
buildCommand: 'next build',
|
241887
241852
|
getFsOutputDir: async () => '.next',
|
241888
241853
|
getOutputDirName: async () => 'public',
|
241889
241854
|
cachePattern: '.next/cache/**',
|
@@ -241912,6 +241877,7 @@ exports.frameworks = [
|
|
241912
241877
|
},
|
241913
241878
|
buildCommand: {
|
241914
241879
|
placeholder: '`npm run build` or `gatsby build`',
|
241880
|
+
value: 'gatsby build',
|
241915
241881
|
},
|
241916
241882
|
devCommand: {
|
241917
241883
|
value: 'gatsby develop --port $PORT',
|
@@ -241922,8 +241888,6 @@ exports.frameworks = [
|
|
241922
241888
|
},
|
241923
241889
|
},
|
241924
241890
|
dependency: 'gatsby',
|
241925
|
-
devCommand: 'gatsby develop --port $PORT',
|
241926
|
-
buildCommand: 'gatsby build',
|
241927
241891
|
getOutputDirName: async () => 'public',
|
241928
241892
|
getFsOutputDir: async () => 'public',
|
241929
241893
|
defaultRoutes: async (dirPrefix) => {
|
@@ -241995,6 +241959,7 @@ exports.frameworks = [
|
|
241995
241959
|
},
|
241996
241960
|
buildCommand: {
|
241997
241961
|
placeholder: '`npm run build` or `hexo generate`',
|
241962
|
+
value: 'hexo generate',
|
241998
241963
|
},
|
241999
241964
|
devCommand: {
|
242000
241965
|
value: 'hexo server --port $PORT',
|
@@ -242005,8 +241970,6 @@ exports.frameworks = [
|
|
242005
241970
|
},
|
242006
241971
|
},
|
242007
241972
|
dependency: 'hexo',
|
242008
|
-
devCommand: 'hexo server --port $PORT',
|
242009
|
-
buildCommand: 'hexo generate',
|
242010
241973
|
getFsOutputDir: async () => 'public',
|
242011
241974
|
getOutputDirName: async () => 'public',
|
242012
241975
|
},
|
@@ -242033,6 +241996,7 @@ exports.frameworks = [
|
|
242033
241996
|
},
|
242034
241997
|
buildCommand: {
|
242035
241998
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
241999
|
+
value: 'npx @11ty/eleventy',
|
242036
242000
|
},
|
242037
242001
|
devCommand: {
|
242038
242002
|
value: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
@@ -242043,8 +242007,6 @@ exports.frameworks = [
|
|
242043
242007
|
},
|
242044
242008
|
},
|
242045
242009
|
dependency: '@11ty/eleventy',
|
242046
|
-
devCommand: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
242047
|
-
buildCommand: 'npx @11ty/eleventy',
|
242048
242010
|
getFsOutputDir: async () => '_site',
|
242049
242011
|
getOutputDirName: async () => '_site',
|
242050
242012
|
cachePattern: '.cache/**',
|
@@ -242071,6 +242033,7 @@ exports.frameworks = [
|
|
242071
242033
|
},
|
242072
242034
|
buildCommand: {
|
242073
242035
|
placeholder: '`npm run build` or `docusaurus build`',
|
242036
|
+
value: 'docusaurus build',
|
242074
242037
|
},
|
242075
242038
|
devCommand: {
|
242076
242039
|
value: 'docusaurus start --port $PORT',
|
@@ -242081,8 +242044,6 @@ exports.frameworks = [
|
|
242081
242044
|
},
|
242082
242045
|
},
|
242083
242046
|
dependency: '@docusaurus/core',
|
242084
|
-
devCommand: 'docusaurus start --port $PORT',
|
242085
|
-
buildCommand: 'docusaurus build',
|
242086
242047
|
getFsOutputDir: async (dirPrefix) => {
|
242087
242048
|
const base = 'build';
|
242088
242049
|
try {
|
@@ -242216,6 +242177,7 @@ exports.frameworks = [
|
|
242216
242177
|
},
|
242217
242178
|
buildCommand: {
|
242218
242179
|
placeholder: '`npm run build` or `docusaurus-build`',
|
242180
|
+
value: 'docusaurus-build',
|
242219
242181
|
},
|
242220
242182
|
devCommand: {
|
242221
242183
|
value: 'docusaurus-start --port $PORT',
|
@@ -242226,8 +242188,6 @@ exports.frameworks = [
|
|
242226
242188
|
},
|
242227
242189
|
},
|
242228
242190
|
dependency: 'docusaurus',
|
242229
|
-
devCommand: 'docusaurus-start --port $PORT',
|
242230
|
-
buildCommand: 'docusaurus-build',
|
242231
242191
|
getFsOutputDir: async (dirPrefix) => {
|
242232
242192
|
const base = 'build';
|
242233
242193
|
try {
|
@@ -242281,6 +242241,7 @@ exports.frameworks = [
|
|
242281
242241
|
},
|
242282
242242
|
buildCommand: {
|
242283
242243
|
placeholder: '`npm run build` or `preact build`',
|
242244
|
+
value: 'preact build',
|
242284
242245
|
},
|
242285
242246
|
devCommand: {
|
242286
242247
|
value: 'preact watch --port $PORT',
|
@@ -242291,8 +242252,6 @@ exports.frameworks = [
|
|
242291
242252
|
},
|
242292
242253
|
},
|
242293
242254
|
dependency: 'preact-cli',
|
242294
|
-
devCommand: 'preact watch --port $PORT',
|
242295
|
-
buildCommand: 'preact build',
|
242296
242255
|
getFsOutputDir: async () => 'build',
|
242297
242256
|
getOutputDirName: async () => 'build',
|
242298
242257
|
defaultRoutes: [
|
@@ -242337,6 +242296,7 @@ exports.frameworks = [
|
|
242337
242296
|
},
|
242338
242297
|
buildCommand: {
|
242339
242298
|
placeholder: '`npm run build` or `dojo build`',
|
242299
|
+
value: 'dojo build',
|
242340
242300
|
},
|
242341
242301
|
devCommand: {
|
242342
242302
|
value: 'dojo build -m dev -w -s -p $PORT',
|
@@ -242347,8 +242307,6 @@ exports.frameworks = [
|
|
242347
242307
|
},
|
242348
242308
|
},
|
242349
242309
|
dependency: '@dojo/cli',
|
242350
|
-
devCommand: 'dojo build -m dev -w -s -p $PORT',
|
242351
|
-
buildCommand: 'dojo build',
|
242352
242310
|
getFsOutputDir: async () => 'output/dist',
|
242353
242311
|
getOutputDirName: async () => path_1.join('output', 'dist'),
|
242354
242312
|
defaultRoutes: [
|
@@ -242403,6 +242361,7 @@ exports.frameworks = [
|
|
242403
242361
|
},
|
242404
242362
|
buildCommand: {
|
242405
242363
|
placeholder: '`npm run build` or `ember build`',
|
242364
|
+
value: 'ember build',
|
242406
242365
|
},
|
242407
242366
|
devCommand: {
|
242408
242367
|
value: 'ember serve --port $PORT',
|
@@ -242413,8 +242372,6 @@ exports.frameworks = [
|
|
242413
242372
|
},
|
242414
242373
|
},
|
242415
242374
|
dependency: 'ember-cli',
|
242416
|
-
devCommand: 'ember serve --port $PORT',
|
242417
|
-
buildCommand: 'ember build',
|
242418
242375
|
getFsOutputDir: async () => 'dist',
|
242419
242376
|
getOutputDirName: async () => 'dist',
|
242420
242377
|
defaultRoutes: [
|
@@ -242457,6 +242414,7 @@ exports.frameworks = [
|
|
242457
242414
|
},
|
242458
242415
|
buildCommand: {
|
242459
242416
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
242417
|
+
value: 'vue-cli-service build',
|
242460
242418
|
},
|
242461
242419
|
devCommand: {
|
242462
242420
|
value: 'vue-cli-service serve --port $PORT',
|
@@ -242467,8 +242425,6 @@ exports.frameworks = [
|
|
242467
242425
|
},
|
242468
242426
|
},
|
242469
242427
|
dependency: '@vue/cli-service',
|
242470
|
-
devCommand: 'vue-cli-service serve --port $PORT',
|
242471
|
-
buildCommand: 'vue-cli-service build',
|
242472
242428
|
getFsOutputDir: async () => 'dist',
|
242473
242429
|
getOutputDirName: async () => 'dist',
|
242474
242430
|
defaultRoutes: [
|
@@ -242534,6 +242490,7 @@ exports.frameworks = [
|
|
242534
242490
|
},
|
242535
242491
|
buildCommand: {
|
242536
242492
|
placeholder: '`npm run build` or `ng build && scully`',
|
242493
|
+
value: 'ng build && scully',
|
242537
242494
|
},
|
242538
242495
|
devCommand: {
|
242539
242496
|
value: 'ng serve --port $PORT',
|
@@ -242544,8 +242501,6 @@ exports.frameworks = [
|
|
242544
242501
|
},
|
242545
242502
|
},
|
242546
242503
|
dependency: '@scullyio/init',
|
242547
|
-
devCommand: 'ng serve --port $PORT',
|
242548
|
-
buildCommand: 'ng build && scully',
|
242549
242504
|
getFsOutputDir: async () => 'dist',
|
242550
242505
|
getOutputDirName: async () => 'dist/static',
|
242551
242506
|
},
|
@@ -242571,6 +242526,7 @@ exports.frameworks = [
|
|
242571
242526
|
},
|
242572
242527
|
buildCommand: {
|
242573
242528
|
placeholder: '`npm run build` or `ng build`',
|
242529
|
+
value: 'ng build',
|
242574
242530
|
},
|
242575
242531
|
devCommand: {
|
242576
242532
|
value: 'ng serve --port $PORT',
|
@@ -242580,8 +242536,6 @@ exports.frameworks = [
|
|
242580
242536
|
},
|
242581
242537
|
},
|
242582
242538
|
dependency: '@ionic/angular',
|
242583
|
-
devCommand: 'ng serve --port $PORT',
|
242584
|
-
buildCommand: 'ng build',
|
242585
242539
|
getFsOutputDir: async () => 'www',
|
242586
242540
|
getOutputDirName: async () => 'www',
|
242587
242541
|
defaultRoutes: [
|
@@ -242623,6 +242577,7 @@ exports.frameworks = [
|
|
242623
242577
|
},
|
242624
242578
|
buildCommand: {
|
242625
242579
|
placeholder: '`npm run build` or `ng build`',
|
242580
|
+
value: 'ng build',
|
242626
242581
|
},
|
242627
242582
|
devCommand: {
|
242628
242583
|
value: 'ng serve --port $PORT',
|
@@ -242633,8 +242588,6 @@ exports.frameworks = [
|
|
242633
242588
|
},
|
242634
242589
|
},
|
242635
242590
|
dependency: '@angular/cli',
|
242636
|
-
devCommand: 'ng serve --port $PORT',
|
242637
|
-
buildCommand: 'ng build',
|
242638
242591
|
getFsOutputDir: async () => 'dist',
|
242639
242592
|
getOutputDirName: async (dirPrefix) => {
|
242640
242593
|
const base = 'dist';
|
@@ -242690,6 +242643,7 @@ exports.frameworks = [
|
|
242690
242643
|
},
|
242691
242644
|
buildCommand: {
|
242692
242645
|
placeholder: '`npm run build` or `polymer build`',
|
242646
|
+
value: 'polymer build',
|
242693
242647
|
},
|
242694
242648
|
devCommand: {
|
242695
242649
|
value: 'polymer serve --port $PORT',
|
@@ -242700,8 +242654,6 @@ exports.frameworks = [
|
|
242700
242654
|
},
|
242701
242655
|
},
|
242702
242656
|
dependency: 'polymer-cli',
|
242703
|
-
devCommand: 'polymer serve --port $PORT',
|
242704
|
-
buildCommand: 'polymer build',
|
242705
242657
|
getFsOutputDir: async () => 'build',
|
242706
242658
|
getOutputDirName: async (dirPrefix) => {
|
242707
242659
|
const base = 'build';
|
@@ -242759,6 +242711,7 @@ exports.frameworks = [
|
|
242759
242711
|
},
|
242760
242712
|
buildCommand: {
|
242761
242713
|
placeholder: '`npm run build` or `rollup -c`',
|
242714
|
+
value: 'rollup -c',
|
242762
242715
|
},
|
242763
242716
|
devCommand: {
|
242764
242717
|
value: 'rollup -c -w',
|
@@ -242768,8 +242721,6 @@ exports.frameworks = [
|
|
242768
242721
|
},
|
242769
242722
|
},
|
242770
242723
|
dependency: 'sirv-cli',
|
242771
|
-
devCommand: 'rollup -c -w',
|
242772
|
-
buildCommand: 'rollup -c',
|
242773
242724
|
getFsOutputDir: async () => 'public',
|
242774
242725
|
getOutputDirName: async () => 'public',
|
242775
242726
|
defaultRoutes: [
|
@@ -242811,6 +242762,7 @@ exports.frameworks = [
|
|
242811
242762
|
},
|
242812
242763
|
buildCommand: {
|
242813
242764
|
placeholder: '`npm run build` or `svelte-kit build`',
|
242765
|
+
value: 'svelte-kit build',
|
242814
242766
|
},
|
242815
242767
|
devCommand: {
|
242816
242768
|
value: 'svelte-kit dev --port $PORT',
|
@@ -242820,8 +242772,6 @@ exports.frameworks = [
|
|
242820
242772
|
placeholder: 'public',
|
242821
242773
|
},
|
242822
242774
|
},
|
242823
|
-
devCommand: 'svelte-kit dev --port $PORT',
|
242824
|
-
buildCommand: 'svelte-kit build',
|
242825
242775
|
getFsOutputDir: async () => '.output',
|
242826
242776
|
getOutputDirName: async () => 'public',
|
242827
242777
|
},
|
@@ -242847,6 +242797,7 @@ exports.frameworks = [
|
|
242847
242797
|
},
|
242848
242798
|
buildCommand: {
|
242849
242799
|
placeholder: '`npm run build` or `react-scripts build`',
|
242800
|
+
value: 'react-scripts build',
|
242850
242801
|
},
|
242851
242802
|
devCommand: {
|
242852
242803
|
value: 'react-scripts start',
|
@@ -242856,8 +242807,6 @@ exports.frameworks = [
|
|
242856
242807
|
},
|
242857
242808
|
},
|
242858
242809
|
dependency: '@ionic/react',
|
242859
|
-
devCommand: 'react-scripts start',
|
242860
|
-
buildCommand: 'react-scripts build',
|
242861
242810
|
getFsOutputDir: async () => 'build',
|
242862
242811
|
getOutputDirName: async () => 'build',
|
242863
242812
|
defaultRoutes: [
|
@@ -242952,6 +242901,7 @@ exports.frameworks = [
|
|
242952
242901
|
},
|
242953
242902
|
buildCommand: {
|
242954
242903
|
placeholder: '`npm run build` or `react-scripts build`',
|
242904
|
+
value: 'react-scripts build',
|
242955
242905
|
},
|
242956
242906
|
devCommand: {
|
242957
242907
|
value: 'react-scripts start',
|
@@ -242961,8 +242911,6 @@ exports.frameworks = [
|
|
242961
242911
|
},
|
242962
242912
|
},
|
242963
242913
|
dependency: 'react-scripts',
|
242964
|
-
devCommand: 'react-scripts start',
|
242965
|
-
buildCommand: 'react-scripts build',
|
242966
242914
|
getFsOutputDir: async () => 'build',
|
242967
242915
|
getOutputDirName: async () => 'build',
|
242968
242916
|
defaultRoutes: [
|
@@ -243052,6 +243000,7 @@ exports.frameworks = [
|
|
243052
243000
|
},
|
243053
243001
|
buildCommand: {
|
243054
243002
|
placeholder: '`npm run build` or `gridsome build`',
|
243003
|
+
value: 'gridsome build',
|
243055
243004
|
},
|
243056
243005
|
devCommand: {
|
243057
243006
|
value: 'gridsome develop -p $PORT',
|
@@ -243062,8 +243011,6 @@ exports.frameworks = [
|
|
243062
243011
|
},
|
243063
243012
|
},
|
243064
243013
|
dependency: 'gridsome',
|
243065
|
-
devCommand: 'gridsome develop -p $PORT',
|
243066
|
-
buildCommand: 'gridsome build',
|
243067
243014
|
getFsOutputDir: async () => 'dist',
|
243068
243015
|
getOutputDirName: async () => 'dist',
|
243069
243016
|
},
|
@@ -243089,6 +243036,7 @@ exports.frameworks = [
|
|
243089
243036
|
},
|
243090
243037
|
buildCommand: {
|
243091
243038
|
placeholder: '`npm run build` or `umi build`',
|
243039
|
+
value: 'umi build',
|
243092
243040
|
},
|
243093
243041
|
devCommand: {
|
243094
243042
|
value: 'umi dev --port $PORT',
|
@@ -243099,8 +243047,6 @@ exports.frameworks = [
|
|
243099
243047
|
},
|
243100
243048
|
},
|
243101
243049
|
dependency: 'umi',
|
243102
|
-
devCommand: 'umi dev --port $PORT',
|
243103
|
-
buildCommand: 'umi build',
|
243104
243050
|
getFsOutputDir: async () => 'dist',
|
243105
243051
|
getOutputDirName: async () => 'dist',
|
243106
243052
|
defaultRoutes: [
|
@@ -243142,6 +243088,7 @@ exports.frameworks = [
|
|
243142
243088
|
},
|
243143
243089
|
buildCommand: {
|
243144
243090
|
placeholder: '`npm run build` or `sapper export`',
|
243091
|
+
value: 'sapper export',
|
243145
243092
|
},
|
243146
243093
|
devCommand: {
|
243147
243094
|
value: 'sapper dev --port $PORT',
|
@@ -243152,8 +243099,6 @@ exports.frameworks = [
|
|
243152
243099
|
},
|
243153
243100
|
},
|
243154
243101
|
dependency: 'sapper',
|
243155
|
-
devCommand: 'sapper dev --port $PORT',
|
243156
|
-
buildCommand: 'sapper export',
|
243157
243102
|
getFsOutputDir: async () => '__sapper__/export',
|
243158
243103
|
getOutputDirName: async () => '__sapper__/export',
|
243159
243104
|
},
|
@@ -243179,6 +243124,7 @@ exports.frameworks = [
|
|
243179
243124
|
},
|
243180
243125
|
buildCommand: {
|
243181
243126
|
placeholder: '`npm run build` or `saber build`',
|
243127
|
+
value: 'saber build',
|
243182
243128
|
},
|
243183
243129
|
devCommand: {
|
243184
243130
|
value: 'saber --port $PORT',
|
@@ -243189,8 +243135,6 @@ exports.frameworks = [
|
|
243189
243135
|
},
|
243190
243136
|
},
|
243191
243137
|
dependency: 'saber',
|
243192
|
-
devCommand: 'saber --port $PORT',
|
243193
|
-
buildCommand: 'saber build',
|
243194
243138
|
getFsOutputDir: async () => 'public',
|
243195
243139
|
getOutputDirName: async () => 'public',
|
243196
243140
|
defaultRoutes: [
|
@@ -243247,6 +243191,7 @@ exports.frameworks = [
|
|
243247
243191
|
},
|
243248
243192
|
buildCommand: {
|
243249
243193
|
placeholder: '`npm run build` or `stencil build`',
|
243194
|
+
value: 'stencil build',
|
243250
243195
|
},
|
243251
243196
|
devCommand: {
|
243252
243197
|
value: 'stencil build --dev --watch --serve --port $PORT',
|
@@ -243257,8 +243202,6 @@ exports.frameworks = [
|
|
243257
243202
|
},
|
243258
243203
|
},
|
243259
243204
|
dependency: '@stencil/core',
|
243260
|
-
devCommand: 'stencil build --dev --watch --serve --port $PORT',
|
243261
|
-
buildCommand: 'stencil build',
|
243262
243205
|
getFsOutputDir: async () => 'www',
|
243263
243206
|
getOutputDirName: async () => 'www',
|
243264
243207
|
defaultRoutes: [
|
@@ -243335,6 +243278,7 @@ exports.frameworks = [
|
|
243335
243278
|
},
|
243336
243279
|
buildCommand: {
|
243337
243280
|
placeholder: '`npm run build` or `nuxt generate`',
|
243281
|
+
value: 'nuxt generate',
|
243338
243282
|
},
|
243339
243283
|
devCommand: {
|
243340
243284
|
value: 'nuxt',
|
@@ -243344,8 +243288,6 @@ exports.frameworks = [
|
|
243344
243288
|
},
|
243345
243289
|
},
|
243346
243290
|
dependency: 'nuxt',
|
243347
|
-
devCommand: 'nuxt',
|
243348
|
-
buildCommand: 'nuxt generate',
|
243349
243291
|
getFsOutputDir: async () => '.output',
|
243350
243292
|
getOutputDirName: async () => 'dist',
|
243351
243293
|
cachePattern: '.nuxt/**',
|
@@ -243403,8 +243345,6 @@ exports.frameworks = [
|
|
243403
243345
|
placeholder: 'RedwoodJS default',
|
243404
243346
|
},
|
243405
243347
|
},
|
243406
|
-
devCommand: 'yarn rw dev --fwd="--port=$PORT --open=false',
|
243407
|
-
buildCommand: 'yarn rw deploy vercel',
|
243408
243348
|
getFsOutputDir: async () => 'public',
|
243409
243349
|
getOutputDirName: async () => 'public',
|
243410
243350
|
},
|
@@ -243439,6 +243379,7 @@ exports.frameworks = [
|
|
243439
243379
|
},
|
243440
243380
|
buildCommand: {
|
243441
243381
|
placeholder: '`npm run build` or `hugo -D --gc`',
|
243382
|
+
value: 'hugo -D --gc',
|
243442
243383
|
},
|
243443
243384
|
devCommand: {
|
243444
243385
|
value: 'hugo server -D -w -p $PORT',
|
@@ -243448,8 +243389,6 @@ exports.frameworks = [
|
|
243448
243389
|
placeholder: '`public` or `publishDir` from the `config` file',
|
243449
243390
|
},
|
243450
243391
|
},
|
243451
|
-
devCommand: 'hugo server -D -w -p $PORT',
|
243452
|
-
buildCommand: 'hugo -D --gc',
|
243453
243392
|
getFsOutputDir: async (dirPrefix) => {
|
243454
243393
|
const config = await read_config_file_1.readConfigFile(['config.json', 'config.yaml', 'config.toml'].map(fileName => {
|
243455
243394
|
return path_1.join(dirPrefix, fileName);
|
@@ -243485,6 +243424,7 @@ exports.frameworks = [
|
|
243485
243424
|
},
|
243486
243425
|
buildCommand: {
|
243487
243426
|
placeholder: '`npm run build` or `jekyll build`',
|
243427
|
+
value: 'jekyll build',
|
243488
243428
|
},
|
243489
243429
|
devCommand: {
|
243490
243430
|
value: 'bundle exec jekyll serve --watch --port $PORT',
|
@@ -243494,8 +243434,6 @@ exports.frameworks = [
|
|
243494
243434
|
placeholder: '`_site` or `destination` from `_config.yml`',
|
243495
243435
|
},
|
243496
243436
|
},
|
243497
|
-
devCommand: 'bundle exec jekyll serve --watch --port $PORT',
|
243498
|
-
buildCommand: 'jekyll build',
|
243499
243437
|
getFsOutputDir: async (dirPrefix) => {
|
243500
243438
|
const config = await read_config_file_1.readConfigFile(path_1.join(dirPrefix, '_config.yml'));
|
243501
243439
|
return (config && config.destination) || '_site';
|
@@ -243527,6 +243465,7 @@ exports.frameworks = [
|
|
243527
243465
|
},
|
243528
243466
|
buildCommand: {
|
243529
243467
|
placeholder: '`npm run build` or `brunch build --production`',
|
243468
|
+
value: 'brunch build --production',
|
243530
243469
|
},
|
243531
243470
|
devCommand: {
|
243532
243471
|
value: 'brunch watch --server --port $PORT',
|
@@ -243536,8 +243475,6 @@ exports.frameworks = [
|
|
243536
243475
|
value: 'public',
|
243537
243476
|
},
|
243538
243477
|
},
|
243539
|
-
devCommand: 'brunch watch --server --port $PORT',
|
243540
|
-
buildCommand: 'brunch build --production',
|
243541
243478
|
getFsOutputDir: async () => 'public',
|
243542
243479
|
getOutputDirName: async () => 'public',
|
243543
243480
|
},
|
@@ -243561,18 +243498,17 @@ exports.frameworks = [
|
|
243561
243498
|
value: 'bundle install',
|
243562
243499
|
},
|
243563
243500
|
buildCommand: {
|
243564
|
-
|
243501
|
+
placeholder: '`npm run build` or `bundle exec middleman build`',
|
243502
|
+
value: 'bundle exec middleman build',
|
243565
243503
|
},
|
243566
243504
|
devCommand: {
|
243567
|
-
value: 'bundle exec middleman server -p $PORT',
|
243568
243505
|
placeholder: 'bundle exec middleman server',
|
243506
|
+
value: 'bundle exec middleman server -p $PORT',
|
243569
243507
|
},
|
243570
243508
|
outputDirectory: {
|
243571
243509
|
value: 'build',
|
243572
243510
|
},
|
243573
243511
|
},
|
243574
|
-
devCommand: 'bundle exec middleman server -p $PORT',
|
243575
|
-
buildCommand: 'bundle exec middleman build',
|
243576
243512
|
getFsOutputDir: async () => 'build',
|
243577
243513
|
getOutputDirName: async () => 'build',
|
243578
243514
|
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
|
@@ -243601,15 +243537,13 @@ exports.frameworks = [
|
|
243601
243537
|
value: 'zola build',
|
243602
243538
|
},
|
243603
243539
|
devCommand: {
|
243604
|
-
value: 'zola serve --port $PORT',
|
243605
243540
|
placeholder: 'zola serve',
|
243541
|
+
value: 'zola serve --port $PORT',
|
243606
243542
|
},
|
243607
243543
|
outputDirectory: {
|
243608
243544
|
value: 'public',
|
243609
243545
|
},
|
243610
243546
|
},
|
243611
|
-
devCommand: 'zola serve --port $PORT',
|
243612
|
-
buildCommand: 'zola build',
|
243613
243547
|
getFsOutputDir: async () => 'public',
|
243614
243548
|
getOutputDirName: async () => 'public',
|
243615
243549
|
defaultVersion: '0.13.0',
|
@@ -243637,17 +243571,17 @@ exports.frameworks = [
|
|
243637
243571
|
},
|
243638
243572
|
buildCommand: {
|
243639
243573
|
placeholder: '`npm run build` or `vite build`',
|
243574
|
+
value: 'vite build',
|
243640
243575
|
},
|
243641
243576
|
devCommand: {
|
243642
243577
|
placeholder: 'vite',
|
243578
|
+
value: 'vite',
|
243643
243579
|
},
|
243644
243580
|
outputDirectory: {
|
243645
243581
|
value: 'dist',
|
243646
243582
|
},
|
243647
243583
|
},
|
243648
243584
|
dependency: 'vite',
|
243649
|
-
devCommand: 'vite',
|
243650
|
-
buildCommand: 'vite build',
|
243651
243585
|
getFsOutputDir: async () => 'dist',
|
243652
243586
|
getOutputDirName: async () => 'dist',
|
243653
243587
|
},
|
@@ -243673,17 +243607,17 @@ exports.frameworks = [
|
|
243673
243607
|
},
|
243674
243608
|
buildCommand: {
|
243675
243609
|
placeholder: '`npm run build` or `parcel build`',
|
243610
|
+
value: 'parcel build',
|
243676
243611
|
},
|
243677
243612
|
devCommand: {
|
243678
243613
|
placeholder: 'parcel',
|
243614
|
+
value: 'parcel',
|
243679
243615
|
},
|
243680
243616
|
outputDirectory: {
|
243681
|
-
|
243617
|
+
value: 'dist',
|
243682
243618
|
},
|
243683
243619
|
},
|
243684
243620
|
dependency: 'parcel',
|
243685
|
-
devCommand: 'parcel',
|
243686
|
-
buildCommand: 'parcel build',
|
243687
243621
|
getFsOutputDir: async () => 'dist',
|
243688
243622
|
getOutputDirName: async () => 'dist',
|
243689
243623
|
defaultRoutes: [
|
@@ -243717,16 +243651,16 @@ exports.frameworks = [
|
|
243717
243651
|
},
|
243718
243652
|
buildCommand: {
|
243719
243653
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
243654
|
+
value: null,
|
243720
243655
|
},
|
243721
243656
|
devCommand: {
|
243722
243657
|
placeholder: 'None',
|
243658
|
+
value: null,
|
243723
243659
|
},
|
243724
243660
|
outputDirectory: {
|
243725
243661
|
placeholder: '`public` if it exists, or `.`',
|
243726
243662
|
},
|
243727
243663
|
},
|
243728
|
-
devCommand: null,
|
243729
|
-
buildCommand: null,
|
243730
243664
|
getFsOutputDir: async (dirPrefix) => {
|
243731
243665
|
// Public if it exists or `.`
|
243732
243666
|
let base = 'public';
|
@@ -249610,11 +249544,6 @@ const help = () => {
|
|
249610
249544
|
`);
|
249611
249545
|
};
|
249612
249546
|
const OUTPUT_DIR = '.output';
|
249613
|
-
const fields = [
|
249614
|
-
{ name: 'Build Command', value: 'buildCommand' },
|
249615
|
-
{ name: 'Output Directory', value: 'outputDirectory' },
|
249616
|
-
{ name: 'Root Directory', value: 'rootDirectory' },
|
249617
|
-
];
|
249618
249547
|
async function main(client) {
|
249619
249548
|
var _a, _b, _c;
|
249620
249549
|
if (process.env.__VERCEL_BUILD_RUNNING) {
|
@@ -249680,27 +249609,21 @@ async function main(client) {
|
|
249680
249609
|
return 1;
|
249681
249610
|
}
|
249682
249611
|
const buildState = { ...project.settings };
|
249612
|
+
const formatSetting = (name, override, defaults) => ` - ${chalk_1.default.bold(`${name}:`)} ${`${override
|
249613
|
+
? override + ` (override)`
|
249614
|
+
: 'placeholder' in defaults
|
249615
|
+
? chalk_1.default.italic(`${defaults.placeholder}`)
|
249616
|
+
: defaults.value}`}`;
|
249683
249617
|
console.log(`Retrieved Project Settings:`);
|
249684
249618
|
console.log(chalk_1.default.dim(` - ${chalk_1.default.bold(`Framework Preset:`)} ${framework.name}`));
|
249685
|
-
|
249686
|
-
|
249687
|
-
|
249688
|
-
|
249689
|
-
|
249690
|
-
|
249691
|
-
|
249692
|
-
|
249693
|
-
}
|
249694
|
-
if (field.value != 'buildCommand') {
|
249695
|
-
buildState[field.value] = project.settings[field.value]
|
249696
|
-
? project.settings[field.value]
|
249697
|
-
: defaults
|
249698
|
-
? is_setting_value_1.isSettingValue(defaults)
|
249699
|
-
? defaults.value
|
249700
|
-
: null
|
249701
|
-
: null;
|
249702
|
-
}
|
249703
|
-
}
|
249619
|
+
console.log(chalk_1.default.dim(formatSetting('Build Command', project.settings.buildCommand, framework.settings.buildCommand)));
|
249620
|
+
console.log(chalk_1.default.dim(formatSetting('Output Directory', project.settings.outputDirectory, framework.settings.outputDirectory)));
|
249621
|
+
buildState.outputDirectory =
|
249622
|
+
project.settings.outputDirectory ||
|
249623
|
+
(is_setting_value_1.isSettingValue(framework.settings.outputDirectory)
|
249624
|
+
? framework.settings.outputDirectory.value
|
249625
|
+
: null);
|
249626
|
+
buildState.rootDirectory = project.settings.rootDirectory;
|
249704
249627
|
if (loadedEnvFiles.length > 0) {
|
249705
249628
|
console.log(`Loaded Environment Variables from ${loadedEnvFiles.length} ${pluralize_1.default('file', loadedEnvFiles.length)}:`);
|
249706
249629
|
for (let envFile of loadedEnvFiles) {
|
@@ -249762,22 +249685,31 @@ async function main(client) {
|
|
249762
249685
|
}
|
249763
249686
|
// Clean the output directory
|
249764
249687
|
fs_extra_1.default.removeSync(path_1.join(cwd, OUTPUT_DIR));
|
249688
|
+
// Yarn v2 PnP mode may be activated, so force
|
249689
|
+
// "node-modules" linker style
|
249690
|
+
const env = {
|
249691
|
+
YARN_NODE_LINKER: 'node-modules',
|
249692
|
+
...spawnOpts.env,
|
249693
|
+
};
|
249765
249694
|
if (typeof buildState.buildCommand === 'string') {
|
249766
249695
|
console.log(`Running Build Command: ${cmd_1.default(buildState.buildCommand)}`);
|
249767
249696
|
await build_utils_1.execCommand(buildState.buildCommand, {
|
249768
249697
|
...spawnOpts,
|
249769
|
-
|
249770
|
-
|
249771
|
-
env: {
|
249772
|
-
YARN_NODE_LINKER: 'node-modules',
|
249773
|
-
...spawnOpts.env,
|
249774
|
-
},
|
249775
|
-
cwd: cwd,
|
249698
|
+
env,
|
249699
|
+
cwd,
|
249776
249700
|
});
|
249777
249701
|
}
|
249778
249702
|
else if (fs_extra_1.default.existsSync(path_1.join(cwd, 'package.json'))) {
|
249779
249703
|
await runPackageJsonScript(client, cwd, ['vercel-build', 'now-build', 'build'], spawnOpts);
|
249780
249704
|
}
|
249705
|
+
else if (typeof framework.settings.buildCommand.value === 'string') {
|
249706
|
+
console.log(`Running Build Command: ${cmd_1.default(framework.settings.buildCommand.value)}`);
|
249707
|
+
await build_utils_1.execCommand(framework.settings.buildCommand.value, {
|
249708
|
+
...spawnOpts,
|
249709
|
+
env,
|
249710
|
+
cwd,
|
249711
|
+
});
|
249712
|
+
}
|
249781
249713
|
if (!fs_extra_1.default.existsSync(path_1.join(cwd, OUTPUT_DIR))) {
|
249782
249714
|
let outputDir = path_1.join(OUTPUT_DIR, 'static');
|
249783
249715
|
let distDir = await framework.getFsOutputDir(cwd);
|
@@ -251409,7 +251341,6 @@ const server_1 = __importDefault(__webpack_require__(18433));
|
|
251409
251341
|
const parse_listen_1 = __importDefault(__webpack_require__(1919));
|
251410
251342
|
const link_1 = __webpack_require__(67630);
|
251411
251343
|
const get_frameworks_1 = __webpack_require__(87569);
|
251412
|
-
const is_setting_value_1 = __webpack_require__(41005);
|
251413
251344
|
const get_decrypted_env_records_1 = __importDefault(__webpack_require__(30861));
|
251414
251345
|
const setup_and_link_1 = __importDefault(__webpack_require__(69532));
|
251415
251346
|
const get_system_env_values_1 = __importDefault(__webpack_require__(60272));
|
@@ -251455,9 +251386,9 @@ async function dev(client, opts, args) {
|
|
251455
251386
|
if (framework.slug) {
|
251456
251387
|
frameworkSlug = framework.slug;
|
251457
251388
|
}
|
251458
|
-
const defaults = framework.settings.devCommand;
|
251459
|
-
if (
|
251460
|
-
devCommand = defaults
|
251389
|
+
const defaults = framework.settings.devCommand.value;
|
251390
|
+
if (defaults) {
|
251391
|
+
devCommand = defaults;
|
251461
251392
|
}
|
251462
251393
|
}
|
251463
251394
|
}
|
@@ -270290,7 +270221,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
270290
270221
|
/***/ ((module) => {
|
270291
270222
|
|
270292
270223
|
"use strict";
|
270293
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
270224
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.35\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.19\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.6\",\"@vercel/python\":\"2.0.6-canary.6\",\"@vercel/ruby\":\"1.2.8-canary.4\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.7\",\"vercel-plugin-node\":\"1.12.2-canary.10\"},\"devDependencies\":{\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.0.1\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/progress\":\"2.0.3\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@vercel/frameworks\":\"0.5.1-canary.12\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.0\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.2.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-eager\":\"2.0.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"32664cd13b5d7a771d465a091bff2e966eed2f94\"}");
|
270294
270225
|
|
270295
270226
|
/***/ }),
|
270296
270227
|
|
@@ -270306,7 +270237,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
270306
270237
|
/***/ ((module) => {
|
270307
270238
|
|
270308
270239
|
"use strict";
|
270309
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
270240
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.20\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.19\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"recursive-readdir\":\"2.2.2\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"32664cd13b5d7a771d465a091bff2e966eed2f94\"}");
|
270310
270241
|
|
270311
270242
|
/***/ }),
|
270312
270243
|
|