@tanstack/start-plugin-core 1.130.2 → 1.130.3
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/cjs/nitro-plugin/plugin.cjs +4 -3
- package/dist/cjs/nitro-plugin/plugin.cjs.map +1 -1
- package/dist/cjs/nitro-plugin/prerender.cjs +1 -7
- package/dist/cjs/nitro-plugin/prerender.cjs.map +1 -1
- package/dist/cjs/plugin.cjs +1 -1
- package/dist/cjs/plugin.cjs.map +1 -1
- package/dist/cjs/plugin.d.cts +0 -4
- package/dist/cjs/schema.cjs +1 -2
- package/dist/cjs/schema.cjs.map +1 -1
- package/dist/cjs/schema.d.cts +0 -99
- package/dist/esm/nitro-plugin/plugin.js +4 -3
- package/dist/esm/nitro-plugin/plugin.js.map +1 -1
- package/dist/esm/nitro-plugin/prerender.js +1 -7
- package/dist/esm/nitro-plugin/prerender.js.map +1 -1
- package/dist/esm/plugin.d.ts +0 -4
- package/dist/esm/plugin.js +1 -1
- package/dist/esm/plugin.js.map +1 -1
- package/dist/esm/schema.d.ts +0 -99
- package/dist/esm/schema.js +1 -2
- package/dist/esm/schema.js.map +1 -1
- package/package.json +4 -4
- package/src/nitro-plugin/plugin.ts +4 -3
- package/src/nitro-plugin/prerender.ts +3 -8
- package/src/plugin.ts +1 -1
- package/src/schema.ts +0 -1
package/dist/cjs/schema.d.cts
CHANGED
|
@@ -468,7 +468,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
468
468
|
html: string;
|
|
469
469
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
470
470
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
471
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
472
471
|
}, "strip", z.ZodTypeAny, {
|
|
473
472
|
enabled?: boolean | undefined;
|
|
474
473
|
outputPath?: string | undefined;
|
|
@@ -507,7 +506,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
507
506
|
html: string;
|
|
508
507
|
}, ...args: unknown[]) => any) | undefined;
|
|
509
508
|
headers?: Record<string, string> | undefined;
|
|
510
|
-
env?: Record<string, string> | undefined;
|
|
511
509
|
}, {
|
|
512
510
|
enabled?: boolean | undefined;
|
|
513
511
|
outputPath?: string | undefined;
|
|
@@ -546,7 +544,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
546
544
|
html: string;
|
|
547
545
|
}, ...args: unknown[]) => any) | undefined;
|
|
548
546
|
headers?: Record<string, string> | undefined;
|
|
549
|
-
env?: Record<string, string> | undefined;
|
|
550
547
|
}>>;
|
|
551
548
|
}, "strip", z.ZodTypeAny, {
|
|
552
549
|
path: string;
|
|
@@ -588,7 +585,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
588
585
|
html: string;
|
|
589
586
|
}, ...args: unknown[]) => any) | undefined;
|
|
590
587
|
headers?: Record<string, string> | undefined;
|
|
591
|
-
env?: Record<string, string> | undefined;
|
|
592
588
|
} | undefined;
|
|
593
589
|
sitemap?: {
|
|
594
590
|
exclude?: boolean | undefined;
|
|
@@ -654,7 +650,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
654
650
|
html: string;
|
|
655
651
|
}, ...args: unknown[]) => any) | undefined;
|
|
656
652
|
headers?: Record<string, string> | undefined;
|
|
657
|
-
env?: Record<string, string> | undefined;
|
|
658
653
|
} | undefined;
|
|
659
654
|
sitemap?: {
|
|
660
655
|
exclude?: boolean | undefined;
|
|
@@ -1028,7 +1023,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1028
1023
|
html: string;
|
|
1029
1024
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1030
1025
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1031
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1032
1026
|
}, "strip", z.ZodTypeAny, {
|
|
1033
1027
|
enabled?: boolean | undefined;
|
|
1034
1028
|
outputPath?: string | undefined;
|
|
@@ -1067,7 +1061,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1067
1061
|
html: string;
|
|
1068
1062
|
}, ...args: unknown[]) => any) | undefined;
|
|
1069
1063
|
headers?: Record<string, string> | undefined;
|
|
1070
|
-
env?: Record<string, string> | undefined;
|
|
1071
1064
|
}, {
|
|
1072
1065
|
enabled?: boolean | undefined;
|
|
1073
1066
|
outputPath?: string | undefined;
|
|
@@ -1106,7 +1099,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1106
1099
|
html: string;
|
|
1107
1100
|
}, ...args: unknown[]) => any) | undefined;
|
|
1108
1101
|
headers?: Record<string, string> | undefined;
|
|
1109
|
-
env?: Record<string, string> | undefined;
|
|
1110
1102
|
}>>;
|
|
1111
1103
|
}, "strip", z.ZodTypeAny, {
|
|
1112
1104
|
path: string;
|
|
@@ -1148,7 +1140,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1148
1140
|
html: string;
|
|
1149
1141
|
}, ...args: unknown[]) => any) | undefined;
|
|
1150
1142
|
headers?: Record<string, string> | undefined;
|
|
1151
|
-
env?: Record<string, string> | undefined;
|
|
1152
1143
|
} | undefined;
|
|
1153
1144
|
sitemap?: {
|
|
1154
1145
|
exclude?: boolean | undefined;
|
|
@@ -1214,7 +1205,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1214
1205
|
html: string;
|
|
1215
1206
|
}, ...args: unknown[]) => any) | undefined;
|
|
1216
1207
|
headers?: Record<string, string> | undefined;
|
|
1217
|
-
env?: Record<string, string> | undefined;
|
|
1218
1208
|
} | undefined;
|
|
1219
1209
|
sitemap?: {
|
|
1220
1210
|
exclude?: boolean | undefined;
|
|
@@ -1283,7 +1273,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1283
1273
|
html: string;
|
|
1284
1274
|
}, ...args: unknown[]) => any) | undefined;
|
|
1285
1275
|
headers?: Record<string, string> | undefined;
|
|
1286
|
-
env?: Record<string, string> | undefined;
|
|
1287
1276
|
} | undefined;
|
|
1288
1277
|
sitemap?: {
|
|
1289
1278
|
exclude?: boolean | undefined;
|
|
@@ -1354,7 +1343,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1354
1343
|
html: string;
|
|
1355
1344
|
}, ...args: unknown[]) => any) | undefined;
|
|
1356
1345
|
headers?: Record<string, string> | undefined;
|
|
1357
|
-
env?: Record<string, string> | undefined;
|
|
1358
1346
|
} | undefined;
|
|
1359
1347
|
sitemap?: {
|
|
1360
1348
|
exclude?: boolean | undefined;
|
|
@@ -1610,7 +1598,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1610
1598
|
html: string;
|
|
1611
1599
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1612
1600
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1613
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1614
1601
|
}, "strip", z.ZodTypeAny, {
|
|
1615
1602
|
enabled?: boolean | undefined;
|
|
1616
1603
|
outputPath?: string | undefined;
|
|
@@ -1649,7 +1636,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1649
1636
|
html: string;
|
|
1650
1637
|
}, ...args: unknown[]) => any) | undefined;
|
|
1651
1638
|
headers?: Record<string, string> | undefined;
|
|
1652
|
-
env?: Record<string, string> | undefined;
|
|
1653
1639
|
}, {
|
|
1654
1640
|
enabled?: boolean | undefined;
|
|
1655
1641
|
outputPath?: string | undefined;
|
|
@@ -1688,7 +1674,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1688
1674
|
html: string;
|
|
1689
1675
|
}, ...args: unknown[]) => any) | undefined;
|
|
1690
1676
|
headers?: Record<string, string> | undefined;
|
|
1691
|
-
env?: Record<string, string> | undefined;
|
|
1692
1677
|
}>>>>;
|
|
1693
1678
|
spa: z.ZodOptional<z.ZodObject<{
|
|
1694
1679
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -1919,7 +1904,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1919
1904
|
html: string;
|
|
1920
1905
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
1921
1906
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1922
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1923
1907
|
}, "strip", z.ZodTypeAny, {
|
|
1924
1908
|
enabled?: boolean | undefined;
|
|
1925
1909
|
outputPath?: string | undefined;
|
|
@@ -1958,7 +1942,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1958
1942
|
html: string;
|
|
1959
1943
|
}, ...args: unknown[]) => any) | undefined;
|
|
1960
1944
|
headers?: Record<string, string> | undefined;
|
|
1961
|
-
env?: Record<string, string> | undefined;
|
|
1962
1945
|
}, {
|
|
1963
1946
|
enabled?: boolean | undefined;
|
|
1964
1947
|
outputPath?: string | undefined;
|
|
@@ -1997,7 +1980,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
1997
1980
|
html: string;
|
|
1998
1981
|
}, ...args: unknown[]) => any) | undefined;
|
|
1999
1982
|
headers?: Record<string, string> | undefined;
|
|
2000
|
-
env?: Record<string, string> | undefined;
|
|
2001
1983
|
}>>>, {
|
|
2002
1984
|
enabled: boolean;
|
|
2003
1985
|
outputPath: string;
|
|
@@ -2036,7 +2018,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2036
2018
|
html: string;
|
|
2037
2019
|
}, ...args: unknown[]) => any) | undefined;
|
|
2038
2020
|
headers?: Record<string, string> | undefined;
|
|
2039
|
-
env?: Record<string, string> | undefined;
|
|
2040
2021
|
}, {
|
|
2041
2022
|
enabled?: boolean | undefined;
|
|
2042
2023
|
outputPath?: string | undefined;
|
|
@@ -2075,7 +2056,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2075
2056
|
html: string;
|
|
2076
2057
|
}, ...args: unknown[]) => any) | undefined;
|
|
2077
2058
|
headers?: Record<string, string> | undefined;
|
|
2078
|
-
env?: Record<string, string> | undefined;
|
|
2079
2059
|
} | undefined>;
|
|
2080
2060
|
}, "strip", z.ZodTypeAny, {
|
|
2081
2061
|
prerender: {
|
|
@@ -2116,7 +2096,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2116
2096
|
html: string;
|
|
2117
2097
|
}, ...args: unknown[]) => any) | undefined;
|
|
2118
2098
|
headers?: Record<string, string> | undefined;
|
|
2119
|
-
env?: Record<string, string> | undefined;
|
|
2120
2099
|
};
|
|
2121
2100
|
enabled: boolean;
|
|
2122
2101
|
maskPath: string;
|
|
@@ -2159,7 +2138,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2159
2138
|
html: string;
|
|
2160
2139
|
}, ...args: unknown[]) => any) | undefined;
|
|
2161
2140
|
headers?: Record<string, string> | undefined;
|
|
2162
|
-
env?: Record<string, string> | undefined;
|
|
2163
2141
|
} | undefined;
|
|
2164
2142
|
enabled?: boolean | undefined;
|
|
2165
2143
|
maskPath?: string | undefined;
|
|
@@ -2253,7 +2231,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2253
2231
|
html: string;
|
|
2254
2232
|
}, ...args: unknown[]) => any) | undefined;
|
|
2255
2233
|
headers?: Record<string, string> | undefined;
|
|
2256
|
-
env?: Record<string, string> | undefined;
|
|
2257
2234
|
} | undefined;
|
|
2258
2235
|
sitemap?: {
|
|
2259
2236
|
exclude?: boolean | undefined;
|
|
@@ -2322,7 +2299,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2322
2299
|
html: string;
|
|
2323
2300
|
}, ...args: unknown[]) => any) | undefined;
|
|
2324
2301
|
headers?: Record<string, string> | undefined;
|
|
2325
|
-
env?: Record<string, string> | undefined;
|
|
2326
2302
|
} | undefined;
|
|
2327
2303
|
sitemap?: {
|
|
2328
2304
|
exclude?: boolean | undefined;
|
|
@@ -2390,7 +2366,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2390
2366
|
html: string;
|
|
2391
2367
|
}, ...args: unknown[]) => any) | undefined;
|
|
2392
2368
|
headers?: Record<string, string> | undefined;
|
|
2393
|
-
env?: Record<string, string> | undefined;
|
|
2394
2369
|
}) | undefined;
|
|
2395
2370
|
sitemap?: {
|
|
2396
2371
|
enabled: boolean;
|
|
@@ -2436,7 +2411,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2436
2411
|
html: string;
|
|
2437
2412
|
}, ...args: unknown[]) => any) | undefined;
|
|
2438
2413
|
headers?: Record<string, string> | undefined;
|
|
2439
|
-
env?: Record<string, string> | undefined;
|
|
2440
2414
|
};
|
|
2441
2415
|
enabled: boolean;
|
|
2442
2416
|
maskPath: string;
|
|
@@ -2485,7 +2459,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2485
2459
|
html: string;
|
|
2486
2460
|
}, ...args: unknown[]) => any) | undefined;
|
|
2487
2461
|
headers?: Record<string, string> | undefined;
|
|
2488
|
-
env?: Record<string, string> | undefined;
|
|
2489
2462
|
} | undefined;
|
|
2490
2463
|
sitemap?: {
|
|
2491
2464
|
exclude?: boolean | undefined;
|
|
@@ -2553,7 +2526,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2553
2526
|
html: string;
|
|
2554
2527
|
}, ...args: unknown[]) => any) | undefined;
|
|
2555
2528
|
headers?: Record<string, string> | undefined;
|
|
2556
|
-
env?: Record<string, string> | undefined;
|
|
2557
2529
|
}) | undefined;
|
|
2558
2530
|
tsr?: {
|
|
2559
2531
|
target?: "react" | "solid" | undefined;
|
|
@@ -2645,7 +2617,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2645
2617
|
html: string;
|
|
2646
2618
|
}, ...args: unknown[]) => any) | undefined;
|
|
2647
2619
|
headers?: Record<string, string> | undefined;
|
|
2648
|
-
env?: Record<string, string> | undefined;
|
|
2649
2620
|
} | undefined;
|
|
2650
2621
|
sitemap?: {
|
|
2651
2622
|
exclude?: boolean | undefined;
|
|
@@ -2711,7 +2682,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
2711
2682
|
html: string;
|
|
2712
2683
|
}, ...args: unknown[]) => any) | undefined;
|
|
2713
2684
|
headers?: Record<string, string> | undefined;
|
|
2714
|
-
env?: Record<string, string> | undefined;
|
|
2715
2685
|
} | undefined;
|
|
2716
2686
|
enabled?: boolean | undefined;
|
|
2717
2687
|
maskPath?: string | undefined;
|
|
@@ -3185,7 +3155,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3185
3155
|
html: string;
|
|
3186
3156
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3187
3157
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3188
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3189
3158
|
}, "strip", z.ZodTypeAny, {
|
|
3190
3159
|
enabled?: boolean | undefined;
|
|
3191
3160
|
outputPath?: string | undefined;
|
|
@@ -3224,7 +3193,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3224
3193
|
html: string;
|
|
3225
3194
|
}, ...args: unknown[]) => any) | undefined;
|
|
3226
3195
|
headers?: Record<string, string> | undefined;
|
|
3227
|
-
env?: Record<string, string> | undefined;
|
|
3228
3196
|
}, {
|
|
3229
3197
|
enabled?: boolean | undefined;
|
|
3230
3198
|
outputPath?: string | undefined;
|
|
@@ -3263,7 +3231,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3263
3231
|
html: string;
|
|
3264
3232
|
}, ...args: unknown[]) => any) | undefined;
|
|
3265
3233
|
headers?: Record<string, string> | undefined;
|
|
3266
|
-
env?: Record<string, string> | undefined;
|
|
3267
3234
|
}>>;
|
|
3268
3235
|
}, "strip", z.ZodTypeAny, {
|
|
3269
3236
|
path: string;
|
|
@@ -3305,7 +3272,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3305
3272
|
html: string;
|
|
3306
3273
|
}, ...args: unknown[]) => any) | undefined;
|
|
3307
3274
|
headers?: Record<string, string> | undefined;
|
|
3308
|
-
env?: Record<string, string> | undefined;
|
|
3309
3275
|
} | undefined;
|
|
3310
3276
|
sitemap?: {
|
|
3311
3277
|
exclude?: boolean | undefined;
|
|
@@ -3371,7 +3337,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3371
3337
|
html: string;
|
|
3372
3338
|
}, ...args: unknown[]) => any) | undefined;
|
|
3373
3339
|
headers?: Record<string, string> | undefined;
|
|
3374
|
-
env?: Record<string, string> | undefined;
|
|
3375
3340
|
} | undefined;
|
|
3376
3341
|
sitemap?: {
|
|
3377
3342
|
exclude?: boolean | undefined;
|
|
@@ -3745,7 +3710,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3745
3710
|
html: string;
|
|
3746
3711
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
3747
3712
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3748
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3749
3713
|
}, "strip", z.ZodTypeAny, {
|
|
3750
3714
|
enabled?: boolean | undefined;
|
|
3751
3715
|
outputPath?: string | undefined;
|
|
@@ -3784,7 +3748,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3784
3748
|
html: string;
|
|
3785
3749
|
}, ...args: unknown[]) => any) | undefined;
|
|
3786
3750
|
headers?: Record<string, string> | undefined;
|
|
3787
|
-
env?: Record<string, string> | undefined;
|
|
3788
3751
|
}, {
|
|
3789
3752
|
enabled?: boolean | undefined;
|
|
3790
3753
|
outputPath?: string | undefined;
|
|
@@ -3823,7 +3786,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3823
3786
|
html: string;
|
|
3824
3787
|
}, ...args: unknown[]) => any) | undefined;
|
|
3825
3788
|
headers?: Record<string, string> | undefined;
|
|
3826
|
-
env?: Record<string, string> | undefined;
|
|
3827
3789
|
}>>;
|
|
3828
3790
|
}, "strip", z.ZodTypeAny, {
|
|
3829
3791
|
path: string;
|
|
@@ -3865,7 +3827,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3865
3827
|
html: string;
|
|
3866
3828
|
}, ...args: unknown[]) => any) | undefined;
|
|
3867
3829
|
headers?: Record<string, string> | undefined;
|
|
3868
|
-
env?: Record<string, string> | undefined;
|
|
3869
3830
|
} | undefined;
|
|
3870
3831
|
sitemap?: {
|
|
3871
3832
|
exclude?: boolean | undefined;
|
|
@@ -3931,7 +3892,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
3931
3892
|
html: string;
|
|
3932
3893
|
}, ...args: unknown[]) => any) | undefined;
|
|
3933
3894
|
headers?: Record<string, string> | undefined;
|
|
3934
|
-
env?: Record<string, string> | undefined;
|
|
3935
3895
|
} | undefined;
|
|
3936
3896
|
sitemap?: {
|
|
3937
3897
|
exclude?: boolean | undefined;
|
|
@@ -4000,7 +3960,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4000
3960
|
html: string;
|
|
4001
3961
|
}, ...args: unknown[]) => any) | undefined;
|
|
4002
3962
|
headers?: Record<string, string> | undefined;
|
|
4003
|
-
env?: Record<string, string> | undefined;
|
|
4004
3963
|
} | undefined;
|
|
4005
3964
|
sitemap?: {
|
|
4006
3965
|
exclude?: boolean | undefined;
|
|
@@ -4071,7 +4030,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4071
4030
|
html: string;
|
|
4072
4031
|
}, ...args: unknown[]) => any) | undefined;
|
|
4073
4032
|
headers?: Record<string, string> | undefined;
|
|
4074
|
-
env?: Record<string, string> | undefined;
|
|
4075
4033
|
} | undefined;
|
|
4076
4034
|
sitemap?: {
|
|
4077
4035
|
exclude?: boolean | undefined;
|
|
@@ -4327,7 +4285,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4327
4285
|
html: string;
|
|
4328
4286
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4329
4287
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4330
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4331
4288
|
}, "strip", z.ZodTypeAny, {
|
|
4332
4289
|
enabled?: boolean | undefined;
|
|
4333
4290
|
outputPath?: string | undefined;
|
|
@@ -4366,7 +4323,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4366
4323
|
html: string;
|
|
4367
4324
|
}, ...args: unknown[]) => any) | undefined;
|
|
4368
4325
|
headers?: Record<string, string> | undefined;
|
|
4369
|
-
env?: Record<string, string> | undefined;
|
|
4370
4326
|
}, {
|
|
4371
4327
|
enabled?: boolean | undefined;
|
|
4372
4328
|
outputPath?: string | undefined;
|
|
@@ -4405,7 +4361,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4405
4361
|
html: string;
|
|
4406
4362
|
}, ...args: unknown[]) => any) | undefined;
|
|
4407
4363
|
headers?: Record<string, string> | undefined;
|
|
4408
|
-
env?: Record<string, string> | undefined;
|
|
4409
4364
|
}>>>>;
|
|
4410
4365
|
spa: z.ZodOptional<z.ZodObject<{
|
|
4411
4366
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -4636,7 +4591,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4636
4591
|
html: string;
|
|
4637
4592
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
4638
4593
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4639
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
4640
4594
|
}, "strip", z.ZodTypeAny, {
|
|
4641
4595
|
enabled?: boolean | undefined;
|
|
4642
4596
|
outputPath?: string | undefined;
|
|
@@ -4675,7 +4629,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4675
4629
|
html: string;
|
|
4676
4630
|
}, ...args: unknown[]) => any) | undefined;
|
|
4677
4631
|
headers?: Record<string, string> | undefined;
|
|
4678
|
-
env?: Record<string, string> | undefined;
|
|
4679
4632
|
}, {
|
|
4680
4633
|
enabled?: boolean | undefined;
|
|
4681
4634
|
outputPath?: string | undefined;
|
|
@@ -4714,7 +4667,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4714
4667
|
html: string;
|
|
4715
4668
|
}, ...args: unknown[]) => any) | undefined;
|
|
4716
4669
|
headers?: Record<string, string> | undefined;
|
|
4717
|
-
env?: Record<string, string> | undefined;
|
|
4718
4670
|
}>>>, {
|
|
4719
4671
|
enabled: boolean;
|
|
4720
4672
|
outputPath: string;
|
|
@@ -4753,7 +4705,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4753
4705
|
html: string;
|
|
4754
4706
|
}, ...args: unknown[]) => any) | undefined;
|
|
4755
4707
|
headers?: Record<string, string> | undefined;
|
|
4756
|
-
env?: Record<string, string> | undefined;
|
|
4757
4708
|
}, {
|
|
4758
4709
|
enabled?: boolean | undefined;
|
|
4759
4710
|
outputPath?: string | undefined;
|
|
@@ -4792,7 +4743,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4792
4743
|
html: string;
|
|
4793
4744
|
}, ...args: unknown[]) => any) | undefined;
|
|
4794
4745
|
headers?: Record<string, string> | undefined;
|
|
4795
|
-
env?: Record<string, string> | undefined;
|
|
4796
4746
|
} | undefined>;
|
|
4797
4747
|
}, "strip", z.ZodTypeAny, {
|
|
4798
4748
|
prerender: {
|
|
@@ -4833,7 +4783,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4833
4783
|
html: string;
|
|
4834
4784
|
}, ...args: unknown[]) => any) | undefined;
|
|
4835
4785
|
headers?: Record<string, string> | undefined;
|
|
4836
|
-
env?: Record<string, string> | undefined;
|
|
4837
4786
|
};
|
|
4838
4787
|
enabled: boolean;
|
|
4839
4788
|
maskPath: string;
|
|
@@ -4876,7 +4825,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4876
4825
|
html: string;
|
|
4877
4826
|
}, ...args: unknown[]) => any) | undefined;
|
|
4878
4827
|
headers?: Record<string, string> | undefined;
|
|
4879
|
-
env?: Record<string, string> | undefined;
|
|
4880
4828
|
} | undefined;
|
|
4881
4829
|
enabled?: boolean | undefined;
|
|
4882
4830
|
maskPath?: string | undefined;
|
|
@@ -4970,7 +4918,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
4970
4918
|
html: string;
|
|
4971
4919
|
}, ...args: unknown[]) => any) | undefined;
|
|
4972
4920
|
headers?: Record<string, string> | undefined;
|
|
4973
|
-
env?: Record<string, string> | undefined;
|
|
4974
4921
|
} | undefined;
|
|
4975
4922
|
sitemap?: {
|
|
4976
4923
|
exclude?: boolean | undefined;
|
|
@@ -5039,7 +4986,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5039
4986
|
html: string;
|
|
5040
4987
|
}, ...args: unknown[]) => any) | undefined;
|
|
5041
4988
|
headers?: Record<string, string> | undefined;
|
|
5042
|
-
env?: Record<string, string> | undefined;
|
|
5043
4989
|
} | undefined;
|
|
5044
4990
|
sitemap?: {
|
|
5045
4991
|
exclude?: boolean | undefined;
|
|
@@ -5107,7 +5053,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5107
5053
|
html: string;
|
|
5108
5054
|
}, ...args: unknown[]) => any) | undefined;
|
|
5109
5055
|
headers?: Record<string, string> | undefined;
|
|
5110
|
-
env?: Record<string, string> | undefined;
|
|
5111
5056
|
}) | undefined;
|
|
5112
5057
|
sitemap?: {
|
|
5113
5058
|
enabled: boolean;
|
|
@@ -5153,7 +5098,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5153
5098
|
html: string;
|
|
5154
5099
|
}, ...args: unknown[]) => any) | undefined;
|
|
5155
5100
|
headers?: Record<string, string> | undefined;
|
|
5156
|
-
env?: Record<string, string> | undefined;
|
|
5157
5101
|
};
|
|
5158
5102
|
enabled: boolean;
|
|
5159
5103
|
maskPath: string;
|
|
@@ -5202,7 +5146,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5202
5146
|
html: string;
|
|
5203
5147
|
}, ...args: unknown[]) => any) | undefined;
|
|
5204
5148
|
headers?: Record<string, string> | undefined;
|
|
5205
|
-
env?: Record<string, string> | undefined;
|
|
5206
5149
|
} | undefined;
|
|
5207
5150
|
sitemap?: {
|
|
5208
5151
|
exclude?: boolean | undefined;
|
|
@@ -5270,7 +5213,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5270
5213
|
html: string;
|
|
5271
5214
|
}, ...args: unknown[]) => any) | undefined;
|
|
5272
5215
|
headers?: Record<string, string> | undefined;
|
|
5273
|
-
env?: Record<string, string> | undefined;
|
|
5274
5216
|
}) | undefined;
|
|
5275
5217
|
tsr?: {
|
|
5276
5218
|
target?: "react" | "solid" | undefined;
|
|
@@ -5362,7 +5304,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5362
5304
|
html: string;
|
|
5363
5305
|
}, ...args: unknown[]) => any) | undefined;
|
|
5364
5306
|
headers?: Record<string, string> | undefined;
|
|
5365
|
-
env?: Record<string, string> | undefined;
|
|
5366
5307
|
} | undefined;
|
|
5367
5308
|
sitemap?: {
|
|
5368
5309
|
exclude?: boolean | undefined;
|
|
@@ -5428,7 +5369,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5428
5369
|
html: string;
|
|
5429
5370
|
}, ...args: unknown[]) => any) | undefined;
|
|
5430
5371
|
headers?: Record<string, string> | undefined;
|
|
5431
|
-
env?: Record<string, string> | undefined;
|
|
5432
5372
|
} | undefined;
|
|
5433
5373
|
enabled?: boolean | undefined;
|
|
5434
5374
|
maskPath?: string | undefined;
|
|
@@ -5523,7 +5463,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5523
5463
|
html: string;
|
|
5524
5464
|
}, ...args: unknown[]) => any) | undefined;
|
|
5525
5465
|
headers?: Record<string, string> | undefined;
|
|
5526
|
-
env?: Record<string, string> | undefined;
|
|
5527
5466
|
} | undefined;
|
|
5528
5467
|
sitemap?: {
|
|
5529
5468
|
exclude?: boolean | undefined;
|
|
@@ -5592,7 +5531,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5592
5531
|
html: string;
|
|
5593
5532
|
}, ...args: unknown[]) => any) | undefined;
|
|
5594
5533
|
headers?: Record<string, string> | undefined;
|
|
5595
|
-
env?: Record<string, string> | undefined;
|
|
5596
5534
|
} | undefined;
|
|
5597
5535
|
sitemap?: {
|
|
5598
5536
|
exclude?: boolean | undefined;
|
|
@@ -5660,7 +5598,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5660
5598
|
html: string;
|
|
5661
5599
|
}, ...args: unknown[]) => any) | undefined;
|
|
5662
5600
|
headers?: Record<string, string> | undefined;
|
|
5663
|
-
env?: Record<string, string> | undefined;
|
|
5664
5601
|
}) | undefined;
|
|
5665
5602
|
sitemap?: {
|
|
5666
5603
|
enabled: boolean;
|
|
@@ -5706,7 +5643,6 @@ export declare function createTanStackConfig<TFrameworkPlugin extends Record<str
|
|
|
5706
5643
|
html: string;
|
|
5707
5644
|
}, ...args: unknown[]) => any) | undefined;
|
|
5708
5645
|
headers?: Record<string, string> | undefined;
|
|
5709
|
-
env?: Record<string, string> | undefined;
|
|
5710
5646
|
};
|
|
5711
5647
|
enabled: boolean;
|
|
5712
5648
|
maskPath: string;
|
|
@@ -6181,7 +6117,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6181
6117
|
html: string;
|
|
6182
6118
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6183
6119
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6184
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6185
6120
|
}, "strip", z.ZodTypeAny, {
|
|
6186
6121
|
enabled?: boolean | undefined;
|
|
6187
6122
|
outputPath?: string | undefined;
|
|
@@ -6220,7 +6155,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6220
6155
|
html: string;
|
|
6221
6156
|
}, ...args: unknown[]) => any) | undefined;
|
|
6222
6157
|
headers?: Record<string, string> | undefined;
|
|
6223
|
-
env?: Record<string, string> | undefined;
|
|
6224
6158
|
}, {
|
|
6225
6159
|
enabled?: boolean | undefined;
|
|
6226
6160
|
outputPath?: string | undefined;
|
|
@@ -6259,7 +6193,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6259
6193
|
html: string;
|
|
6260
6194
|
}, ...args: unknown[]) => any) | undefined;
|
|
6261
6195
|
headers?: Record<string, string> | undefined;
|
|
6262
|
-
env?: Record<string, string> | undefined;
|
|
6263
6196
|
}>>;
|
|
6264
6197
|
}, "strip", z.ZodTypeAny, {
|
|
6265
6198
|
path: string;
|
|
@@ -6301,7 +6234,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6301
6234
|
html: string;
|
|
6302
6235
|
}, ...args: unknown[]) => any) | undefined;
|
|
6303
6236
|
headers?: Record<string, string> | undefined;
|
|
6304
|
-
env?: Record<string, string> | undefined;
|
|
6305
6237
|
} | undefined;
|
|
6306
6238
|
sitemap?: {
|
|
6307
6239
|
exclude?: boolean | undefined;
|
|
@@ -6367,7 +6299,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6367
6299
|
html: string;
|
|
6368
6300
|
}, ...args: unknown[]) => any) | undefined;
|
|
6369
6301
|
headers?: Record<string, string> | undefined;
|
|
6370
|
-
env?: Record<string, string> | undefined;
|
|
6371
6302
|
} | undefined;
|
|
6372
6303
|
sitemap?: {
|
|
6373
6304
|
exclude?: boolean | undefined;
|
|
@@ -6741,7 +6672,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6741
6672
|
html: string;
|
|
6742
6673
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
6743
6674
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6744
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6745
6675
|
}, "strip", z.ZodTypeAny, {
|
|
6746
6676
|
enabled?: boolean | undefined;
|
|
6747
6677
|
outputPath?: string | undefined;
|
|
@@ -6780,7 +6710,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6780
6710
|
html: string;
|
|
6781
6711
|
}, ...args: unknown[]) => any) | undefined;
|
|
6782
6712
|
headers?: Record<string, string> | undefined;
|
|
6783
|
-
env?: Record<string, string> | undefined;
|
|
6784
6713
|
}, {
|
|
6785
6714
|
enabled?: boolean | undefined;
|
|
6786
6715
|
outputPath?: string | undefined;
|
|
@@ -6819,7 +6748,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6819
6748
|
html: string;
|
|
6820
6749
|
}, ...args: unknown[]) => any) | undefined;
|
|
6821
6750
|
headers?: Record<string, string> | undefined;
|
|
6822
|
-
env?: Record<string, string> | undefined;
|
|
6823
6751
|
}>>;
|
|
6824
6752
|
}, "strip", z.ZodTypeAny, {
|
|
6825
6753
|
path: string;
|
|
@@ -6861,7 +6789,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6861
6789
|
html: string;
|
|
6862
6790
|
}, ...args: unknown[]) => any) | undefined;
|
|
6863
6791
|
headers?: Record<string, string> | undefined;
|
|
6864
|
-
env?: Record<string, string> | undefined;
|
|
6865
6792
|
} | undefined;
|
|
6866
6793
|
sitemap?: {
|
|
6867
6794
|
exclude?: boolean | undefined;
|
|
@@ -6927,7 +6854,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6927
6854
|
html: string;
|
|
6928
6855
|
}, ...args: unknown[]) => any) | undefined;
|
|
6929
6856
|
headers?: Record<string, string> | undefined;
|
|
6930
|
-
env?: Record<string, string> | undefined;
|
|
6931
6857
|
} | undefined;
|
|
6932
6858
|
sitemap?: {
|
|
6933
6859
|
exclude?: boolean | undefined;
|
|
@@ -6996,7 +6922,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
6996
6922
|
html: string;
|
|
6997
6923
|
}, ...args: unknown[]) => any) | undefined;
|
|
6998
6924
|
headers?: Record<string, string> | undefined;
|
|
6999
|
-
env?: Record<string, string> | undefined;
|
|
7000
6925
|
} | undefined;
|
|
7001
6926
|
sitemap?: {
|
|
7002
6927
|
exclude?: boolean | undefined;
|
|
@@ -7067,7 +6992,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7067
6992
|
html: string;
|
|
7068
6993
|
}, ...args: unknown[]) => any) | undefined;
|
|
7069
6994
|
headers?: Record<string, string> | undefined;
|
|
7070
|
-
env?: Record<string, string> | undefined;
|
|
7071
6995
|
} | undefined;
|
|
7072
6996
|
sitemap?: {
|
|
7073
6997
|
exclude?: boolean | undefined;
|
|
@@ -7323,7 +7247,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7323
7247
|
html: string;
|
|
7324
7248
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7325
7249
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7326
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7327
7250
|
}, "strip", z.ZodTypeAny, {
|
|
7328
7251
|
enabled?: boolean | undefined;
|
|
7329
7252
|
outputPath?: string | undefined;
|
|
@@ -7362,7 +7285,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7362
7285
|
html: string;
|
|
7363
7286
|
}, ...args: unknown[]) => any) | undefined;
|
|
7364
7287
|
headers?: Record<string, string> | undefined;
|
|
7365
|
-
env?: Record<string, string> | undefined;
|
|
7366
7288
|
}, {
|
|
7367
7289
|
enabled?: boolean | undefined;
|
|
7368
7290
|
outputPath?: string | undefined;
|
|
@@ -7401,7 +7323,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7401
7323
|
html: string;
|
|
7402
7324
|
}, ...args: unknown[]) => any) | undefined;
|
|
7403
7325
|
headers?: Record<string, string> | undefined;
|
|
7404
|
-
env?: Record<string, string> | undefined;
|
|
7405
7326
|
}>>>>;
|
|
7406
7327
|
spa: z.ZodOptional<z.ZodObject<{
|
|
7407
7328
|
enabled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -7632,7 +7553,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7632
7553
|
html: string;
|
|
7633
7554
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
7634
7555
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7635
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
7636
7556
|
}, "strip", z.ZodTypeAny, {
|
|
7637
7557
|
enabled?: boolean | undefined;
|
|
7638
7558
|
outputPath?: string | undefined;
|
|
@@ -7671,7 +7591,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7671
7591
|
html: string;
|
|
7672
7592
|
}, ...args: unknown[]) => any) | undefined;
|
|
7673
7593
|
headers?: Record<string, string> | undefined;
|
|
7674
|
-
env?: Record<string, string> | undefined;
|
|
7675
7594
|
}, {
|
|
7676
7595
|
enabled?: boolean | undefined;
|
|
7677
7596
|
outputPath?: string | undefined;
|
|
@@ -7710,7 +7629,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7710
7629
|
html: string;
|
|
7711
7630
|
}, ...args: unknown[]) => any) | undefined;
|
|
7712
7631
|
headers?: Record<string, string> | undefined;
|
|
7713
|
-
env?: Record<string, string> | undefined;
|
|
7714
7632
|
}>>>, {
|
|
7715
7633
|
enabled: boolean;
|
|
7716
7634
|
outputPath: string;
|
|
@@ -7749,7 +7667,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7749
7667
|
html: string;
|
|
7750
7668
|
}, ...args: unknown[]) => any) | undefined;
|
|
7751
7669
|
headers?: Record<string, string> | undefined;
|
|
7752
|
-
env?: Record<string, string> | undefined;
|
|
7753
7670
|
}, {
|
|
7754
7671
|
enabled?: boolean | undefined;
|
|
7755
7672
|
outputPath?: string | undefined;
|
|
@@ -7788,7 +7705,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7788
7705
|
html: string;
|
|
7789
7706
|
}, ...args: unknown[]) => any) | undefined;
|
|
7790
7707
|
headers?: Record<string, string> | undefined;
|
|
7791
|
-
env?: Record<string, string> | undefined;
|
|
7792
7708
|
} | undefined>;
|
|
7793
7709
|
}, "strip", z.ZodTypeAny, {
|
|
7794
7710
|
prerender: {
|
|
@@ -7829,7 +7745,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7829
7745
|
html: string;
|
|
7830
7746
|
}, ...args: unknown[]) => any) | undefined;
|
|
7831
7747
|
headers?: Record<string, string> | undefined;
|
|
7832
|
-
env?: Record<string, string> | undefined;
|
|
7833
7748
|
};
|
|
7834
7749
|
enabled: boolean;
|
|
7835
7750
|
maskPath: string;
|
|
@@ -7872,7 +7787,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7872
7787
|
html: string;
|
|
7873
7788
|
}, ...args: unknown[]) => any) | undefined;
|
|
7874
7789
|
headers?: Record<string, string> | undefined;
|
|
7875
|
-
env?: Record<string, string> | undefined;
|
|
7876
7790
|
} | undefined;
|
|
7877
7791
|
enabled?: boolean | undefined;
|
|
7878
7792
|
maskPath?: string | undefined;
|
|
@@ -7966,7 +7880,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
7966
7880
|
html: string;
|
|
7967
7881
|
}, ...args: unknown[]) => any) | undefined;
|
|
7968
7882
|
headers?: Record<string, string> | undefined;
|
|
7969
|
-
env?: Record<string, string> | undefined;
|
|
7970
7883
|
} | undefined;
|
|
7971
7884
|
sitemap?: {
|
|
7972
7885
|
exclude?: boolean | undefined;
|
|
@@ -8035,7 +7948,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8035
7948
|
html: string;
|
|
8036
7949
|
}, ...args: unknown[]) => any) | undefined;
|
|
8037
7950
|
headers?: Record<string, string> | undefined;
|
|
8038
|
-
env?: Record<string, string> | undefined;
|
|
8039
7951
|
} | undefined;
|
|
8040
7952
|
sitemap?: {
|
|
8041
7953
|
exclude?: boolean | undefined;
|
|
@@ -8103,7 +8015,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8103
8015
|
html: string;
|
|
8104
8016
|
}, ...args: unknown[]) => any) | undefined;
|
|
8105
8017
|
headers?: Record<string, string> | undefined;
|
|
8106
|
-
env?: Record<string, string> | undefined;
|
|
8107
8018
|
}) | undefined;
|
|
8108
8019
|
sitemap?: {
|
|
8109
8020
|
enabled: boolean;
|
|
@@ -8149,7 +8060,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8149
8060
|
html: string;
|
|
8150
8061
|
}, ...args: unknown[]) => any) | undefined;
|
|
8151
8062
|
headers?: Record<string, string> | undefined;
|
|
8152
|
-
env?: Record<string, string> | undefined;
|
|
8153
8063
|
};
|
|
8154
8064
|
enabled: boolean;
|
|
8155
8065
|
maskPath: string;
|
|
@@ -8198,7 +8108,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8198
8108
|
html: string;
|
|
8199
8109
|
}, ...args: unknown[]) => any) | undefined;
|
|
8200
8110
|
headers?: Record<string, string> | undefined;
|
|
8201
|
-
env?: Record<string, string> | undefined;
|
|
8202
8111
|
} | undefined;
|
|
8203
8112
|
sitemap?: {
|
|
8204
8113
|
exclude?: boolean | undefined;
|
|
@@ -8266,7 +8175,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8266
8175
|
html: string;
|
|
8267
8176
|
}, ...args: unknown[]) => any) | undefined;
|
|
8268
8177
|
headers?: Record<string, string> | undefined;
|
|
8269
|
-
env?: Record<string, string> | undefined;
|
|
8270
8178
|
}) | undefined;
|
|
8271
8179
|
tsr?: {
|
|
8272
8180
|
target?: "react" | "solid" | undefined;
|
|
@@ -8358,7 +8266,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8358
8266
|
html: string;
|
|
8359
8267
|
}, ...args: unknown[]) => any) | undefined;
|
|
8360
8268
|
headers?: Record<string, string> | undefined;
|
|
8361
|
-
env?: Record<string, string> | undefined;
|
|
8362
8269
|
} | undefined;
|
|
8363
8270
|
sitemap?: {
|
|
8364
8271
|
exclude?: boolean | undefined;
|
|
@@ -8424,7 +8331,6 @@ export declare function createTanStackStartOptionsSchema(frameworkPlugin?: Recor
|
|
|
8424
8331
|
html: string;
|
|
8425
8332
|
}, ...args: unknown[]) => any) | undefined;
|
|
8426
8333
|
headers?: Record<string, string> | undefined;
|
|
8427
|
-
env?: Record<string, string> | undefined;
|
|
8428
8334
|
} | undefined;
|
|
8429
8335
|
enabled?: boolean | undefined;
|
|
8430
8336
|
maskPath?: string | undefined;
|
|
@@ -8761,7 +8667,6 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8761
8667
|
html: string;
|
|
8762
8668
|
}>], z.ZodUnknown>, z.ZodAny>>;
|
|
8763
8669
|
headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8764
|
-
env: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8765
8670
|
}, "strip", z.ZodTypeAny, {
|
|
8766
8671
|
enabled?: boolean | undefined;
|
|
8767
8672
|
outputPath?: string | undefined;
|
|
@@ -8800,7 +8705,6 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8800
8705
|
html: string;
|
|
8801
8706
|
}, ...args: unknown[]) => any) | undefined;
|
|
8802
8707
|
headers?: Record<string, string> | undefined;
|
|
8803
|
-
env?: Record<string, string> | undefined;
|
|
8804
8708
|
}, {
|
|
8805
8709
|
enabled?: boolean | undefined;
|
|
8806
8710
|
outputPath?: string | undefined;
|
|
@@ -8839,7 +8743,6 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8839
8743
|
html: string;
|
|
8840
8744
|
}, ...args: unknown[]) => any) | undefined;
|
|
8841
8745
|
headers?: Record<string, string> | undefined;
|
|
8842
|
-
env?: Record<string, string> | undefined;
|
|
8843
8746
|
}>>;
|
|
8844
8747
|
}, "strip", z.ZodTypeAny, {
|
|
8845
8748
|
path: string;
|
|
@@ -8881,7 +8784,6 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8881
8784
|
html: string;
|
|
8882
8785
|
}, ...args: unknown[]) => any) | undefined;
|
|
8883
8786
|
headers?: Record<string, string> | undefined;
|
|
8884
|
-
env?: Record<string, string> | undefined;
|
|
8885
8787
|
} | undefined;
|
|
8886
8788
|
sitemap?: {
|
|
8887
8789
|
exclude?: boolean | undefined;
|
|
@@ -8947,7 +8849,6 @@ export declare const pageSchema: z.ZodObject<{
|
|
|
8947
8849
|
html: string;
|
|
8948
8850
|
}, ...args: unknown[]) => any) | undefined;
|
|
8949
8851
|
headers?: Record<string, string> | undefined;
|
|
8950
|
-
env?: Record<string, string> | undefined;
|
|
8951
8852
|
} | undefined;
|
|
8952
8853
|
sitemap?: {
|
|
8953
8854
|
exclude?: boolean | undefined;
|