@stacksjs/config 0.61.23 → 0.62.0
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 +61 -858
- package/package.json +1 -1
- package/src/defaults.ts +12 -12
- package/src/overrides.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -13,291 +13,63 @@ var __export = (target, all) => {
|
|
|
13
13
|
// src/config.ts
|
|
14
14
|
var exports_config = {};
|
|
15
15
|
__export(exports_config, {
|
|
16
|
-
ui: () =>
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
return logger2;
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
localUrl: () => {
|
|
77
|
-
{
|
|
78
|
-
return localUrl;
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
library: () => {
|
|
82
|
-
{
|
|
83
|
-
return library2;
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
hashing: () => {
|
|
87
|
-
{
|
|
88
|
-
return hashing2;
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
git: () => {
|
|
92
|
-
{
|
|
93
|
-
return git2;
|
|
94
|
-
}
|
|
95
|
-
},
|
|
96
|
-
errors: () => {
|
|
97
|
-
{
|
|
98
|
-
return errors2;
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
email: () => {
|
|
102
|
-
{
|
|
103
|
-
return email2;
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
docs: () => {
|
|
107
|
-
{
|
|
108
|
-
return docs2;
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
dns: () => {
|
|
112
|
-
{
|
|
113
|
-
return dns2;
|
|
114
|
-
}
|
|
115
|
-
},
|
|
116
|
-
determineAppEnv: () => {
|
|
117
|
-
{
|
|
118
|
-
return determineAppEnv;
|
|
119
|
-
}
|
|
120
|
-
},
|
|
121
|
-
defineUi: () => {
|
|
122
|
-
{
|
|
123
|
-
return defineUi;
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
defineStorage: () => {
|
|
127
|
-
{
|
|
128
|
-
return defineStorage;
|
|
129
|
-
}
|
|
130
|
-
},
|
|
131
|
-
defineStacksConfig: () => {
|
|
132
|
-
{
|
|
133
|
-
return defineStacksConfig;
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
defineSms: () => {
|
|
137
|
-
{
|
|
138
|
-
return defineSms;
|
|
139
|
-
}
|
|
140
|
-
},
|
|
141
|
-
defineServices: () => {
|
|
142
|
-
{
|
|
143
|
-
return defineServices;
|
|
144
|
-
}
|
|
145
|
-
},
|
|
146
|
-
defineSecurity: () => {
|
|
147
|
-
{
|
|
148
|
-
return defineSecurity;
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
defineSearchEngine: () => {
|
|
152
|
-
{
|
|
153
|
-
return defineSearchEngine;
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
defineQueue: () => {
|
|
157
|
-
{
|
|
158
|
-
return defineQueue;
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
definePayment: () => {
|
|
162
|
-
{
|
|
163
|
-
return definePayment;
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
|
-
defineNotification: () => {
|
|
167
|
-
{
|
|
168
|
-
return defineNotification;
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
defineModel: () => {
|
|
172
|
-
{
|
|
173
|
-
return defineModel;
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
defineLibrary: () => {
|
|
177
|
-
{
|
|
178
|
-
return defineLibrary;
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
defineJob: () => {
|
|
182
|
-
{
|
|
183
|
-
return defineJob;
|
|
184
|
-
}
|
|
185
|
-
},
|
|
186
|
-
defineHashing: () => {
|
|
187
|
-
{
|
|
188
|
-
return defineHashing;
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
defineGit: () => {
|
|
192
|
-
{
|
|
193
|
-
return defineGit;
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
defineEvents: () => {
|
|
197
|
-
{
|
|
198
|
-
return defineEvents;
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
defineEmailConfig: () => {
|
|
202
|
-
{
|
|
203
|
-
return defineEmailConfig;
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
defineEmail: () => {
|
|
207
|
-
{
|
|
208
|
-
return defineEmail;
|
|
209
|
-
}
|
|
210
|
-
},
|
|
211
|
-
defineDns: () => {
|
|
212
|
-
{
|
|
213
|
-
return defineDns;
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
defineDependencies: () => {
|
|
217
|
-
{
|
|
218
|
-
return defineDependencies;
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
defineDatabase: () => {
|
|
222
|
-
{
|
|
223
|
-
return defineDatabase;
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
defineCronJob: () => {
|
|
227
|
-
{
|
|
228
|
-
return defineCronJob;
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
defineCli: () => {
|
|
232
|
-
{
|
|
233
|
-
return defineCli;
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
defineChat: () => {
|
|
237
|
-
{
|
|
238
|
-
return defineChat;
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
defineCdn: () => {
|
|
242
|
-
{
|
|
243
|
-
return defineCdn;
|
|
244
|
-
}
|
|
245
|
-
},
|
|
246
|
-
defineCache: () => {
|
|
247
|
-
{
|
|
248
|
-
return defineCache;
|
|
249
|
-
}
|
|
250
|
-
},
|
|
251
|
-
defineApp: () => {
|
|
252
|
-
{
|
|
253
|
-
return defineApp;
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
defaults: () => {
|
|
257
|
-
{
|
|
258
|
-
return defaults_default;
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
database: () => {
|
|
262
|
-
{
|
|
263
|
-
return database2;
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
config: () => {
|
|
267
|
-
{
|
|
268
|
-
return config;
|
|
269
|
-
}
|
|
270
|
-
},
|
|
271
|
-
cloud: () => {
|
|
272
|
-
{
|
|
273
|
-
return cloud2;
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
cli: () => {
|
|
277
|
-
{
|
|
278
|
-
return cli2;
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
cache: () => {
|
|
282
|
-
{
|
|
283
|
-
return cache2;
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
|
-
app: () => {
|
|
287
|
-
{
|
|
288
|
-
return app2;
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
analytics: () => {
|
|
292
|
-
{
|
|
293
|
-
return analytics2;
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
ai: () => {
|
|
297
|
-
{
|
|
298
|
-
return ai2;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
16
|
+
ui: () => ui2,
|
|
17
|
+
team: () => team2,
|
|
18
|
+
storage: () => storage2,
|
|
19
|
+
services: () => services2,
|
|
20
|
+
security: () => security3,
|
|
21
|
+
searchEngine: () => searchEngine,
|
|
22
|
+
queue: () => queue2,
|
|
23
|
+
ports: () => ports2,
|
|
24
|
+
payment: () => payment2,
|
|
25
|
+
overrides: () => overrides_default,
|
|
26
|
+
notification: () => notification2,
|
|
27
|
+
logger: () => logger2,
|
|
28
|
+
localUrl: () => localUrl,
|
|
29
|
+
library: () => library2,
|
|
30
|
+
hashing: () => hashing2,
|
|
31
|
+
git: () => git2,
|
|
32
|
+
errors: () => errors2,
|
|
33
|
+
email: () => email2,
|
|
34
|
+
docs: () => docs,
|
|
35
|
+
dns: () => dns2,
|
|
36
|
+
determineAppEnv: () => determineAppEnv,
|
|
37
|
+
defineUi: () => defineUi,
|
|
38
|
+
defineStorage: () => defineStorage,
|
|
39
|
+
defineStacksConfig: () => defineStacksConfig,
|
|
40
|
+
defineSms: () => defineSms,
|
|
41
|
+
defineServices: () => defineServices,
|
|
42
|
+
defineSecurity: () => defineSecurity,
|
|
43
|
+
defineSearchEngine: () => defineSearchEngine,
|
|
44
|
+
defineQueue: () => defineQueue,
|
|
45
|
+
definePayment: () => definePayment,
|
|
46
|
+
defineNotification: () => defineNotification,
|
|
47
|
+
defineModel: () => defineModel,
|
|
48
|
+
defineLibrary: () => defineLibrary,
|
|
49
|
+
defineJob: () => defineJob,
|
|
50
|
+
defineHashing: () => defineHashing,
|
|
51
|
+
defineGit: () => defineGit,
|
|
52
|
+
defineEvents: () => defineEvents,
|
|
53
|
+
defineEmailConfig: () => defineEmailConfig,
|
|
54
|
+
defineEmail: () => defineEmail,
|
|
55
|
+
defineDns: () => defineDns,
|
|
56
|
+
defineDependencies: () => defineDependencies,
|
|
57
|
+
defineDatabase: () => defineDatabase,
|
|
58
|
+
defineCronJob: () => defineCronJob,
|
|
59
|
+
defineCli: () => defineCli,
|
|
60
|
+
defineChat: () => defineChat,
|
|
61
|
+
defineCdn: () => defineCdn,
|
|
62
|
+
defineCache: () => defineCache,
|
|
63
|
+
defineApp: () => defineApp,
|
|
64
|
+
defaults: () => defaults_default,
|
|
65
|
+
database: () => database2,
|
|
66
|
+
config: () => config,
|
|
67
|
+
cloud: () => cloud2,
|
|
68
|
+
cli: () => cli2,
|
|
69
|
+
cache: () => cache2,
|
|
70
|
+
app: () => app2,
|
|
71
|
+
analytics: () => analytics2,
|
|
72
|
+
ai: () => ai2
|
|
301
73
|
});
|
|
302
74
|
|
|
303
75
|
// src/defaults.ts
|
|
@@ -321,17 +93,6 @@ var defaults_default = {
|
|
|
321
93
|
analytics: {
|
|
322
94
|
driver: undefined
|
|
323
95
|
},
|
|
324
|
-
api: {
|
|
325
|
-
prefix: "api",
|
|
326
|
-
middleware: ["auth"],
|
|
327
|
-
routes: {
|
|
328
|
-
index: true,
|
|
329
|
-
show: true,
|
|
330
|
-
store: true,
|
|
331
|
-
update: true,
|
|
332
|
-
destroy: true
|
|
333
|
-
}
|
|
334
|
-
},
|
|
335
96
|
app: {
|
|
336
97
|
name: "Stacks",
|
|
337
98
|
description: "A Stacks application.",
|
|
@@ -1021,564 +782,6 @@ var dns_default = {
|
|
|
1021
782
|
nameservers: []
|
|
1022
783
|
};
|
|
1023
784
|
|
|
1024
|
-
// ../../../../config/docs.ts
|
|
1025
|
-
import {SocialLinkIcon} from "@stacksjs/types";
|
|
1026
|
-
var nav = [
|
|
1027
|
-
{
|
|
1028
|
-
text: "Docs",
|
|
1029
|
-
link: "/guide/intro"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
text: "Changelog",
|
|
1033
|
-
link: "https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
text: "Resources",
|
|
1037
|
-
items: [
|
|
1038
|
-
{ text: "Team", link: "/team" },
|
|
1039
|
-
{ text: "Postcardware", link: "/postcardware" },
|
|
1040
|
-
{
|
|
1041
|
-
items: [
|
|
1042
|
-
{
|
|
1043
|
-
text: "Awesome Stacks",
|
|
1044
|
-
link: "https://github.com/stacksjs/awesome-stacks"
|
|
1045
|
-
},
|
|
1046
|
-
{
|
|
1047
|
-
text: "Contributing",
|
|
1048
|
-
link: "https://github.com/stacksjs/stacks/blob/main/.github/CONTRIBUTING.md"
|
|
1049
|
-
}
|
|
1050
|
-
]
|
|
1051
|
-
}
|
|
1052
|
-
]
|
|
1053
|
-
}
|
|
1054
|
-
];
|
|
1055
|
-
var sidebar = {
|
|
1056
|
-
"/guide/": [
|
|
1057
|
-
{
|
|
1058
|
-
text: "Prologue",
|
|
1059
|
-
collapsible: true,
|
|
1060
|
-
items: [
|
|
1061
|
-
{ text: "Release Notes", link: "/release-notes" },
|
|
1062
|
-
{ text: "Upgrade Guide", link: "/upgrade-guide" },
|
|
1063
|
-
{ text: "Contribution Guide", link: "/contribution-guide" }
|
|
1064
|
-
]
|
|
1065
|
-
},
|
|
1066
|
-
{
|
|
1067
|
-
text: "Getting Started",
|
|
1068
|
-
collapsible: true,
|
|
1069
|
-
items: [
|
|
1070
|
-
{ text: "Introduction", link: "/guide/intro" },
|
|
1071
|
-
{ text: "Quick Start", link: "/guide/get-started" }
|
|
1072
|
-
]
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
text: "Basics",
|
|
1076
|
-
collapsible: true,
|
|
1077
|
-
items: [
|
|
1078
|
-
{ text: "Routing", link: "/basics/routing" },
|
|
1079
|
-
{ text: "Middleware", link: "/basics/middleware" },
|
|
1080
|
-
{ text: "Models", link: "/basics/models" },
|
|
1081
|
-
{ text: "Views", link: "/basics/views" },
|
|
1082
|
-
{ text: "Actions", link: "/basics/actions" },
|
|
1083
|
-
{ text: "Commands", link: "/basics/commands" },
|
|
1084
|
-
{ text: "Jobs", link: "/basics/jobs" },
|
|
1085
|
-
{ text: "Components", link: "/basics/components" },
|
|
1086
|
-
{ text: "Functions", link: "/basics/functions" },
|
|
1087
|
-
{ text: "Validation", link: "/basics/validation" },
|
|
1088
|
-
{ text: "Error Handling", link: "/basics/error-handling" },
|
|
1089
|
-
{ text: "Logging", link: "/basics/logging" }
|
|
1090
|
-
]
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
text: "Bootcamp",
|
|
1094
|
-
collapsible: true,
|
|
1095
|
-
collapsed: true,
|
|
1096
|
-
items: [
|
|
1097
|
-
{ text: "Welcome", link: "/bootcamp/intro" },
|
|
1098
|
-
{
|
|
1099
|
-
text: "Let\u2019s Build",
|
|
1100
|
-
collapsible: true,
|
|
1101
|
-
collapsed: true,
|
|
1102
|
-
items: [
|
|
1103
|
-
{ text: "Build a Frontend", link: "/bootcamp/frontend" },
|
|
1104
|
-
{ text: "Build an API", link: "/bootcamp/api" },
|
|
1105
|
-
{ text: "Build a Documentation", link: "/bootcamp/docs" },
|
|
1106
|
-
{
|
|
1107
|
-
text: "Build a Library",
|
|
1108
|
-
collapsible: true,
|
|
1109
|
-
collapsed: true,
|
|
1110
|
-
items: [
|
|
1111
|
-
{
|
|
1112
|
-
text: "Component Library",
|
|
1113
|
-
link: "/bootcamp/library/components"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
text: "Function Library",
|
|
1117
|
-
link: "/bootcamp/library/functions"
|
|
1118
|
-
}
|
|
1119
|
-
]
|
|
1120
|
-
},
|
|
1121
|
-
{ text: "Build a CLI", link: "/bootcamp/cli" },
|
|
1122
|
-
{
|
|
1123
|
-
text: "Build a SaaS",
|
|
1124
|
-
collapsible: true,
|
|
1125
|
-
collapsed: true,
|
|
1126
|
-
items: [
|
|
1127
|
-
{
|
|
1128
|
-
text: "Team Management",
|
|
1129
|
-
link: "/bootcamp/saas/team-management"
|
|
1130
|
-
},
|
|
1131
|
-
{ text: "Payments", link: "/bootcamp/saas/payments" },
|
|
1132
|
-
{ text: "Subscriptions", link: "/bootcamp/saas/subscriptions" },
|
|
1133
|
-
{
|
|
1134
|
-
text: "License Key Management",
|
|
1135
|
-
link: "/bootcamp/saas/license-key-management"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
text: "Digital Downloads",
|
|
1139
|
-
link: "/bootcamp/saas/digital-downloads"
|
|
1140
|
-
},
|
|
1141
|
-
{ text: "Checkout Form", link: "/bootcamp/saas/checkout-form" },
|
|
1142
|
-
{
|
|
1143
|
-
text: "Affiliates Program",
|
|
1144
|
-
link: "/bootcamp/saas/affiliates-program"
|
|
1145
|
-
}
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
{ text: "Build a Desktop App", link: "/bootcamp/desktop" },
|
|
1149
|
-
{ text: "Build a System Tray App", link: "/bootcamp/system-tray" },
|
|
1150
|
-
{ text: "Build a Mobile App", link: "/bootcamp/mobile" }
|
|
1151
|
-
]
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
text: "How-To",
|
|
1155
|
-
collapsible: true,
|
|
1156
|
-
collapsed: true,
|
|
1157
|
-
items: [
|
|
1158
|
-
{ text: "Authentication", link: "/bootcamp/how-to/authentication" },
|
|
1159
|
-
{
|
|
1160
|
-
text: "Create a Mailbox",
|
|
1161
|
-
link: "/bootcamp/how-to/create-mailbox"
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
text: "Define env & config values",
|
|
1165
|
-
link: "/bootcamp/how-to/env-config"
|
|
1166
|
-
},
|
|
1167
|
-
{ text: "Error Handling", link: "/bootcamp/how-to/error-handling" },
|
|
1168
|
-
{ text: "Extend the Cloud", link: "/bootcamp/how-to/extend-cloud" },
|
|
1169
|
-
{
|
|
1170
|
-
text: "Extend the Dashboard",
|
|
1171
|
-
link: "/bootcamp/how-to/extend-dashboard"
|
|
1172
|
-
},
|
|
1173
|
-
{ text: "How to deploy?", link: "/bootcamp/how-to/deploy" },
|
|
1174
|
-
{ text: "IDE Setup", link: "/bootcamp/how-to/ide-setup" },
|
|
1175
|
-
{ text: "Manage a Team", link: "/bootcamp/how-to/manage-team" },
|
|
1176
|
-
{
|
|
1177
|
-
text: "Publish Components & Functions",
|
|
1178
|
-
link: "/bootcamp/how-to/publish"
|
|
1179
|
-
},
|
|
1180
|
-
{ text: "Unit & Feature Tests", link: "/bootcamp/how-to/testing" },
|
|
1181
|
-
{
|
|
1182
|
-
text: "Review bun.lockb Diff",
|
|
1183
|
-
link: "/bootcamp/how-to/bun-lockb"
|
|
1184
|
-
}
|
|
1185
|
-
]
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
text: "Tips",
|
|
1189
|
-
collapsible: true,
|
|
1190
|
-
collapsed: true,
|
|
1191
|
-
items: [
|
|
1192
|
-
{
|
|
1193
|
-
text: "Cost Optimization",
|
|
1194
|
-
link: "/bootcamp/tips/cost-optimization"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
text: "Email, SMS, Social & Push Notifications",
|
|
1198
|
-
link: "/bootcamp/tips/notifications"
|
|
1199
|
-
},
|
|
1200
|
-
{ text: "Jump Box", link: "/bootcamp/tips/jump-box" },
|
|
1201
|
-
{ text: "Limitations", link: "/bootcamp/tips/limitations" },
|
|
1202
|
-
{
|
|
1203
|
-
text: "Payment sending, receiving & management",
|
|
1204
|
-
link: "/bootcamp/tips/payments"
|
|
1205
|
-
},
|
|
1206
|
-
{ text: "Remove your Cloud", link: "/bootcamp/tips/undeploy" },
|
|
1207
|
-
{
|
|
1208
|
-
text: "Semantic Commits",
|
|
1209
|
-
link: "/bootcamp/tips/semantic-commits"
|
|
1210
|
-
},
|
|
1211
|
-
{ text: "Ship your ORM", link: "/bootcamp/tips/orm-usage" },
|
|
1212
|
-
{ text: "System Tray App", link: "/bootcamp/tips/system-tray" },
|
|
1213
|
-
{ text: "Oh My Zsh", link: "/bootcamp/tips/oh-my-zsh" }
|
|
1214
|
-
]
|
|
1215
|
-
},
|
|
1216
|
-
{ text: "Conclusion", link: "/bootcamp/conclusion" }
|
|
1217
|
-
]
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
text: "Digging Deeper",
|
|
1221
|
-
collapsible: true,
|
|
1222
|
-
collapsed: true,
|
|
1223
|
-
items: [
|
|
1224
|
-
{
|
|
1225
|
-
text: "Frontend",
|
|
1226
|
-
collapsible: true,
|
|
1227
|
-
collapsed: true,
|
|
1228
|
-
items: [
|
|
1229
|
-
{ text: "Custom Directives", link: "/guide/custom-directives" },
|
|
1230
|
-
{
|
|
1231
|
-
text: "Built-in Components",
|
|
1232
|
-
collapsible: true,
|
|
1233
|
-
collapsed: true,
|
|
1234
|
-
items: [
|
|
1235
|
-
{ text: "Auth", link: "/guide/components/auth" },
|
|
1236
|
-
{ text: "Modal", link: "/guide/components/modal" },
|
|
1237
|
-
{ text: "Notification", link: "/guide/components/notification" },
|
|
1238
|
-
{ text: "KeepAlive", link: "/guide/components/keep-alive" },
|
|
1239
|
-
{ text: "Stepper", link: "/guide/components/stepper" },
|
|
1240
|
-
{ text: "Suspense", link: "/guide/components/suspense" },
|
|
1241
|
-
{ text: "Table", link: "/guide/components/table" },
|
|
1242
|
-
{ text: "Teleport", link: "/guide/components/teleport" },
|
|
1243
|
-
{ text: "Transition", link: "/guide/components/transition" },
|
|
1244
|
-
{
|
|
1245
|
-
text: "TransitionGroup",
|
|
1246
|
-
link: "/guide/components/transition-group"
|
|
1247
|
-
}
|
|
1248
|
-
]
|
|
1249
|
-
}
|
|
1250
|
-
]
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
text: "Backend",
|
|
1254
|
-
collapsible: true,
|
|
1255
|
-
collapsed: true,
|
|
1256
|
-
items: [
|
|
1257
|
-
{ text: "Authentication", link: "/guide/auth" },
|
|
1258
|
-
{
|
|
1259
|
-
text: "Cache",
|
|
1260
|
-
collapsible: true,
|
|
1261
|
-
collapsed: true,
|
|
1262
|
-
items: [
|
|
1263
|
-
{ text: "Drivers", link: "/guide/cache/drivers" },
|
|
1264
|
-
{ text: "Build a Custom Driver", link: "/guide/cache/build-custom-driver" }
|
|
1265
|
-
]
|
|
1266
|
-
},
|
|
1267
|
-
{ text: "Database", link: "/packages/database" },
|
|
1268
|
-
{ text: "Error Handling", link: "/packages/error-handling" },
|
|
1269
|
-
{ text: "Events", link: "/packages/events" },
|
|
1270
|
-
{ text: "Logging", link: "/packages/logging" },
|
|
1271
|
-
{ text: "Middleware", link: "/guide/middleware" },
|
|
1272
|
-
{
|
|
1273
|
-
text: "Notifications",
|
|
1274
|
-
link: "/packages/notifications",
|
|
1275
|
-
collapsible: true,
|
|
1276
|
-
collapsed: true,
|
|
1277
|
-
items: [
|
|
1278
|
-
{ text: "Chat", link: "/packages/chat" },
|
|
1279
|
-
{ text: "Email", link: "/packages/email" },
|
|
1280
|
-
{ text: "SMS", link: "/packages/sms" },
|
|
1281
|
-
{ text: "Push", link: "/packages/push" }
|
|
1282
|
-
]
|
|
1283
|
-
},
|
|
1284
|
-
{ text: "Payments", link: "/packages/payments" },
|
|
1285
|
-
{ text: "Permissions", link: "/packages/permissions" },
|
|
1286
|
-
{ text: "Queue", link: "/packages/queue" },
|
|
1287
|
-
{ text: "Realtime", link: "/packages/realtime" },
|
|
1288
|
-
{ text: "Router", link: "/packages/router" },
|
|
1289
|
-
{ text: "Scheduler", link: "/packages/scheduler" },
|
|
1290
|
-
{
|
|
1291
|
-
text: "Search Engine",
|
|
1292
|
-
collapsible: true,
|
|
1293
|
-
collapsed: true,
|
|
1294
|
-
items: [
|
|
1295
|
-
{ text: "Drivers", link: "/guide/search-engine/drivers" },
|
|
1296
|
-
{ text: "Build a Custom Driver", link: "/guide/search-engine/build-custom-driver" }
|
|
1297
|
-
]
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
text: "Storage",
|
|
1301
|
-
collapsible: true,
|
|
1302
|
-
collapsed: true,
|
|
1303
|
-
items: [
|
|
1304
|
-
{ text: "Drivers", link: "/guide/storage/drivers" },
|
|
1305
|
-
{ text: "Build a Custom Driver", link: "/guide/storage/build-custom-driver" }
|
|
1306
|
-
]
|
|
1307
|
-
},
|
|
1308
|
-
{ text: "Validation", link: "/packages/validation" }
|
|
1309
|
-
]
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
text: "Cloud",
|
|
1313
|
-
collapsible: true,
|
|
1314
|
-
collapsed: true,
|
|
1315
|
-
items: [
|
|
1316
|
-
{ text: "Deploy", link: "/guide/cloud/deployment" },
|
|
1317
|
-
{ text: "Extend Cloud", link: "/guide/cloud/extend" }
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
text: "Library",
|
|
1322
|
-
collapsible: true,
|
|
1323
|
-
collapsed: true,
|
|
1324
|
-
items: [
|
|
1325
|
-
{ text: "Component Library", link: "/guide/libraries/components" },
|
|
1326
|
-
{ text: "Function Library", link: "/guide/libraries/functions" },
|
|
1327
|
-
{ text: "Composability", link: "/guide/libraries/composability" },
|
|
1328
|
-
{ text: "Publishing", link: "/guide/libraries/publishing" },
|
|
1329
|
-
{ text: "Versioning", link: "/guide/libraries/versioning" },
|
|
1330
|
-
{ text: "Testing", link: "/guide/libraries/testing" }
|
|
1331
|
-
]
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
text: "CLI",
|
|
1335
|
-
collapsible: true,
|
|
1336
|
-
collapsed: true,
|
|
1337
|
-
items: [
|
|
1338
|
-
{ text: "Commands", link: "/guide/cli/commands" },
|
|
1339
|
-
{ text: "Binaries", link: "/guide/cli/binaries" },
|
|
1340
|
-
{ text: "Listeners", link: "/guide/cli/listeners" },
|
|
1341
|
-
{ text: "Logging", link: "/guide/cli/logs" },
|
|
1342
|
-
{ text: "Prompts", link: "/guide/cli/prompts" },
|
|
1343
|
-
{ text: "Testing", link: "/guide/cli/testing" }
|
|
1344
|
-
]
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
text: "Buddy",
|
|
1348
|
-
collapsible: true,
|
|
1349
|
-
collapsed: true,
|
|
1350
|
-
link: "/guide/buddy",
|
|
1351
|
-
items: [
|
|
1352
|
-
{ text: "Introduction", link: "/guide/buddy/intro" },
|
|
1353
|
-
{ text: "Dev", link: "/guide/buddy/dev" },
|
|
1354
|
-
{ text: "Build", link: "/guide/buddy/build" },
|
|
1355
|
-
{ text: "Fresh", link: "/guide/buddy/clean" },
|
|
1356
|
-
{ text: "Clean", link: "/guide/buddy/clean" },
|
|
1357
|
-
{ text: "Make", link: "/guide/buddy/make" },
|
|
1358
|
-
{ text: "Migrate", link: "/guide/buddy/migrate" },
|
|
1359
|
-
{ text: "Seed", link: "/guide/buddy/seed" },
|
|
1360
|
-
{ text: "Cloud", link: "/guide/buddy/cloud" },
|
|
1361
|
-
{ text: "Deploy", link: "/guide/buddy/deploy" },
|
|
1362
|
-
{ text: "Commit", link: "/guide/buddy/commit" },
|
|
1363
|
-
{ text: "Lint", link: "/guide/buddy/make" },
|
|
1364
|
-
{ text: "Release", link: "/guide/buddy/release" },
|
|
1365
|
-
{ text: "Changelog", link: "/guide/buddy/changelog" },
|
|
1366
|
-
{ text: "HTTP", link: "/guide/buddy/http" },
|
|
1367
|
-
{ text: "DNS", link: "/guide/buddy/dns" },
|
|
1368
|
-
{ text: "Key", link: "/guide/buddy/key" },
|
|
1369
|
-
{ text: "Projects", link: "/guide/buddy/projects" },
|
|
1370
|
-
{ text: "Domains", link: "/guide/buddy/domains" },
|
|
1371
|
-
{ text: "Generate", link: "/guide/buddy/generate" },
|
|
1372
|
-
{ text: "Test", link: "/guide/buddy/test" },
|
|
1373
|
-
{ text: "Upgrade", link: "/guide/buddy/upgrade" },
|
|
1374
|
-
{ text: "Version", link: "/guide/buddy/version" }
|
|
1375
|
-
]
|
|
1376
|
-
},
|
|
1377
|
-
{ text: "Bootstrap", link: "/guide/bootstrap" },
|
|
1378
|
-
{ text: "CI / CD", link: "/guide/ci" },
|
|
1379
|
-
{ text: "Dashboard", link: "/guide/dashboard" },
|
|
1380
|
-
{ text: "Model-View-Action", link: "/guide/model-view-action" },
|
|
1381
|
-
{
|
|
1382
|
-
text: "Package Manager",
|
|
1383
|
-
link: "/guide/package-manager",
|
|
1384
|
-
collapsible: true,
|
|
1385
|
-
collapsed: true,
|
|
1386
|
-
items: [
|
|
1387
|
-
{
|
|
1388
|
-
text: "`buddy install`",
|
|
1389
|
-
link: "/guide/package-manager/buddy-install"
|
|
1390
|
-
},
|
|
1391
|
-
{ text: "`buddy add`", link: "/guide/package-manager/buddy-add" },
|
|
1392
|
-
{ text: "`buddy remove`", link: "/guide/package-manager/remove" },
|
|
1393
|
-
{
|
|
1394
|
-
text: "`buddy upgrade -pm`",
|
|
1395
|
-
link: "/guide/package-manager/upgrade"
|
|
1396
|
-
},
|
|
1397
|
-
{ text: "`buddy link`", link: "/guide/package-manager/link" },
|
|
1398
|
-
{
|
|
1399
|
-
text: "Global Cache",
|
|
1400
|
-
link: "/guide/package-manager/global-cache"
|
|
1401
|
-
},
|
|
1402
|
-
{ text: "Workspaces", link: "/guide/package-manager/workspaces" },
|
|
1403
|
-
{
|
|
1404
|
-
text: "Lifecycle Scripts",
|
|
1405
|
-
link: "/guide/package-manager/lifecycle-scripts"
|
|
1406
|
-
},
|
|
1407
|
-
{ text: "Lockfile", link: "/guide/package-manager/lockfile" },
|
|
1408
|
-
{
|
|
1409
|
-
text: "Overrides & Resolutions",
|
|
1410
|
-
link: "/guide/package-manager/overrides-resolutions"
|
|
1411
|
-
}
|
|
1412
|
-
]
|
|
1413
|
-
},
|
|
1414
|
-
{ text: "Plugins", link: "/guide/plugins" },
|
|
1415
|
-
{ text: "System Tray", link: "/guide/system-tray" },
|
|
1416
|
-
{ text: "$ Shell", link: "/guide/$-shell" }
|
|
1417
|
-
]
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
text: "Components",
|
|
1421
|
-
collapsible: true,
|
|
1422
|
-
collapsed: true,
|
|
1423
|
-
items: [
|
|
1424
|
-
{ text: "Calendar", link: "/components/calendar" },
|
|
1425
|
-
{ text: "Command Palette", link: "/components/command-palette" },
|
|
1426
|
-
{ text: "Dropdown", link: "/components/dropdown" },
|
|
1427
|
-
{ text: "Form", link: "/components/form" },
|
|
1428
|
-
{ text: "Modal", link: "/components/modal" },
|
|
1429
|
-
{ text: "Notification", link: "/components/notification" },
|
|
1430
|
-
{ text: "Stepper", link: "/components/stepper" },
|
|
1431
|
-
{ text: "Table", link: "/components/table" }
|
|
1432
|
-
]
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
text: "Packages",
|
|
1436
|
-
collapsible: true,
|
|
1437
|
-
collapsed: true,
|
|
1438
|
-
items: [
|
|
1439
|
-
{ text: "Actions", link: "/packages/actions" },
|
|
1440
|
-
{ text: "AI", link: "/packages/ai" },
|
|
1441
|
-
{ text: "Alias", link: "/packages/alias" },
|
|
1442
|
-
{ text: "Analytics", link: "/packages/analytics" },
|
|
1443
|
-
{ text: "Arrays", link: "/packages/arrays" },
|
|
1444
|
-
{ text: "Auth", link: "/packages/auth" },
|
|
1445
|
-
{ text: "Buddy", link: "/packages/buddy" },
|
|
1446
|
-
{ text: "Build", link: "/packages/build" },
|
|
1447
|
-
{ text: "Cache", link: "/packages/cache" },
|
|
1448
|
-
{ text: "CLI", link: "/packages/cli" },
|
|
1449
|
-
{ text: "Cloud", link: "/packages/cloud" },
|
|
1450
|
-
{ text: "Collections", link: "/packages/collections" },
|
|
1451
|
-
{ text: "Config", link: "/packages/config" },
|
|
1452
|
-
{ text: "Database", link: "/packages/database" },
|
|
1453
|
-
{ text: "Datetime", link: "/packages/datetime" },
|
|
1454
|
-
{ text: "Desktop", link: "/packages/desktop" },
|
|
1455
|
-
{ text: "Development", link: "/packages/development" },
|
|
1456
|
-
{ text: "DNS", link: "/packages/dns" },
|
|
1457
|
-
{ text: "Docs", link: "/packages/docs" },
|
|
1458
|
-
{ text: "Env", link: "/packages/env" },
|
|
1459
|
-
{ text: "Error Handling", link: "/packages/error-handling" },
|
|
1460
|
-
{ text: "Events", link: "/packages/events" },
|
|
1461
|
-
{ text: "Faker", link: "/packages/faker" },
|
|
1462
|
-
{ text: "Git", link: "/packages/git" },
|
|
1463
|
-
{ text: "Glob", link: "/packages/glob" },
|
|
1464
|
-
{ text: "Health", link: "/packages/health" },
|
|
1465
|
-
{ text: "Http", link: "/packages/http" },
|
|
1466
|
-
{ text: "Lint", link: "/packages/lint" },
|
|
1467
|
-
{ text: "Logging", link: "/packages/logging" },
|
|
1468
|
-
{ text: "Modules", link: "/packages/modules" },
|
|
1469
|
-
{
|
|
1470
|
-
text: "Notifications",
|
|
1471
|
-
link: "/packages/notifications",
|
|
1472
|
-
collapsible: true,
|
|
1473
|
-
collapsed: true,
|
|
1474
|
-
items: [
|
|
1475
|
-
{ text: "Chat", link: "/packages/chat" },
|
|
1476
|
-
{ text: "Email", link: "/packages/email" },
|
|
1477
|
-
{ text: "SMS", link: "/packages/sms" },
|
|
1478
|
-
{ text: "Push", link: "/packages/push" }
|
|
1479
|
-
]
|
|
1480
|
-
},
|
|
1481
|
-
{ text: "Objects", link: "/packages/objects" },
|
|
1482
|
-
{ text: "ORM", link: "/packages/orm" },
|
|
1483
|
-
{ text: "Path", link: "/packages/path" },
|
|
1484
|
-
{ text: "Payments", link: "/packages/payments" },
|
|
1485
|
-
{ text: "Permissions", link: "/packages/permissions" },
|
|
1486
|
-
{
|
|
1487
|
-
text: "Query Builder",
|
|
1488
|
-
link: "/packages/query-builder",
|
|
1489
|
-
collapsible: true,
|
|
1490
|
-
collapsed: true,
|
|
1491
|
-
items: [
|
|
1492
|
-
{ text: "Select", link: "/packages/query-builder/select" },
|
|
1493
|
-
{ text: "Where", link: "/packages/query-builder/where" },
|
|
1494
|
-
{ text: "Join", link: "/packages/query-builder/join" },
|
|
1495
|
-
{ text: "Insert", link: "/packages/insert" },
|
|
1496
|
-
{ text: "Update", link: "/packages/update" },
|
|
1497
|
-
{ text: "Delete", link: "/packages/delete" },
|
|
1498
|
-
{ text: "Transactions", link: "/packages/transcations" },
|
|
1499
|
-
{ text: "Recipes", link: "/packages/recipes" }
|
|
1500
|
-
]
|
|
1501
|
-
},
|
|
1502
|
-
{ text: "Queue", link: "/packages/queue" },
|
|
1503
|
-
{ text: "Realtime", link: "/packages/realtime" },
|
|
1504
|
-
{ text: "REPL", link: "/packages/repl" },
|
|
1505
|
-
{ text: "Router", link: "/packages/router" },
|
|
1506
|
-
{ text: "Scheduler", link: "/packages/scheduler" },
|
|
1507
|
-
{ text: "Search Engine", link: "/packages/search-engine" },
|
|
1508
|
-
{ text: "Security", link: "/packages/security" },
|
|
1509
|
-
{ text: "Semver", link: "/packages/semver" },
|
|
1510
|
-
{ text: "Server", link: "/packages/server" },
|
|
1511
|
-
{ text: "Signals", link: "/packages/signals" },
|
|
1512
|
-
{ text: "Slug", link: "/packages/slug" },
|
|
1513
|
-
{ text: "Storage", link: "/packages/storage" },
|
|
1514
|
-
{ text: "Strings", link: "/packages/strings" },
|
|
1515
|
-
{ text: "Testing", link: "/packages/testing" },
|
|
1516
|
-
{ text: "Tinker", link: "/packages/tinker" },
|
|
1517
|
-
{ text: "Tunnel", link: "/packages/tunnel" },
|
|
1518
|
-
{ text: "Types", link: "/packages/types" },
|
|
1519
|
-
{ text: "UI", link: "/packages/ui" },
|
|
1520
|
-
{ text: "Utils", link: "/packages/utils" },
|
|
1521
|
-
{ text: "Validation", link: "/packages/validation" },
|
|
1522
|
-
{ text: "Vite", link: "/packages/vite" }
|
|
1523
|
-
]
|
|
1524
|
-
},
|
|
1525
|
-
{
|
|
1526
|
-
text: "Testing",
|
|
1527
|
-
collapsible: true,
|
|
1528
|
-
collapsed: true,
|
|
1529
|
-
items: [
|
|
1530
|
-
{ text: "Getting Started", link: "/testing/getting-started" },
|
|
1531
|
-
{ text: "Unit Tests", link: "/testing/unit-tests" },
|
|
1532
|
-
{ text: "Feature Tests", link: "/testing/feature-tests" },
|
|
1533
|
-
{ text: "Http Tests", link: "/testing/http-tests" },
|
|
1534
|
-
{ text: "Console Tests", link: "/testing/console-tests" },
|
|
1535
|
-
{ text: "Browser Tests", link: "/testing/browser-tests" },
|
|
1536
|
-
{ text: "Database", link: "/testing/database" },
|
|
1537
|
-
{ text: "Mocking", link: "/testing/mocking" }
|
|
1538
|
-
]
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
text: "Project",
|
|
1542
|
-
collapsible: true,
|
|
1543
|
-
collapsed: true,
|
|
1544
|
-
items: [
|
|
1545
|
-
{ text: "Roadmap", link: "/project/roadmap" },
|
|
1546
|
-
{ text: "Contributing", link: "/project/contributing" },
|
|
1547
|
-
{ text: "Terminology", link: "/project/terminology" },
|
|
1548
|
-
{ text: "License", link: "/project/license" }
|
|
1549
|
-
]
|
|
1550
|
-
}
|
|
1551
|
-
]
|
|
1552
|
-
};
|
|
1553
|
-
var docs_default = {
|
|
1554
|
-
lang: "en-US",
|
|
1555
|
-
title: "Stacks",
|
|
1556
|
-
description: "Rapid application, cloud & library development framework.",
|
|
1557
|
-
lastUpdated: true,
|
|
1558
|
-
deploy: true,
|
|
1559
|
-
themeConfig: {
|
|
1560
|
-
logo: "https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo-transparent.svg?https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo-transparent.svg?asdas",
|
|
1561
|
-
nav,
|
|
1562
|
-
sidebar,
|
|
1563
|
-
editLink: {
|
|
1564
|
-
pattern: "https://github.com/stacksjs/stacks/edit/main/docs/docs/:path",
|
|
1565
|
-
text: "Edit this page on GitHub"
|
|
1566
|
-
},
|
|
1567
|
-
footer: {
|
|
1568
|
-
message: "Released under the MIT License.",
|
|
1569
|
-
copyright: "Copyright \xA9 2024-present Stacks.js, Inc."
|
|
1570
|
-
},
|
|
1571
|
-
socialLinks: [
|
|
1572
|
-
{ icon: SocialLinkIcon.Twitter, link: "https://twitter.com/stacksjs" },
|
|
1573
|
-
{
|
|
1574
|
-
icon: SocialLinkIcon.GitHub,
|
|
1575
|
-
link: "https://github.com/stacksjs/stacks"
|
|
1576
|
-
},
|
|
1577
|
-
{ icon: SocialLinkIcon.Discord, link: "https://discord.gg/stacksjs" }
|
|
1578
|
-
]
|
|
1579
|
-
}
|
|
1580
|
-
};
|
|
1581
|
-
|
|
1582
785
|
// ../../../../config/email.ts
|
|
1583
786
|
import {env as env12} from "@stacksjs/env";
|
|
1584
787
|
var email_default = {
|
|
@@ -1939,7 +1142,8 @@ var team_default = {
|
|
|
1939
1142
|
freddy: "freddy@stacksjs.org",
|
|
1940
1143
|
glenn: "glenn@stacksjs.org",
|
|
1941
1144
|
dorell: "dorell@stacksjs.org",
|
|
1942
|
-
avery: "avery@stacksjs.org"
|
|
1145
|
+
avery: "avery@stacksjs.org",
|
|
1146
|
+
adelino: "adelino@stacksjs.org"
|
|
1943
1147
|
}
|
|
1944
1148
|
};
|
|
1945
1149
|
|
|
@@ -1994,7 +1198,6 @@ var overrides_default = {
|
|
|
1994
1198
|
cloud: cloud_default,
|
|
1995
1199
|
database: database_default,
|
|
1996
1200
|
dns: dns_default,
|
|
1997
|
-
docs: docs_default,
|
|
1998
1201
|
email: email_default,
|
|
1999
1202
|
errors: errors_default,
|
|
2000
1203
|
git: git_default,
|
|
@@ -2210,7 +1413,7 @@ var {
|
|
|
2210
1413
|
cli: cli2,
|
|
2211
1414
|
database: database2,
|
|
2212
1415
|
dns: dns2,
|
|
2213
|
-
docs
|
|
1416
|
+
docs,
|
|
2214
1417
|
email: email2,
|
|
2215
1418
|
errors: errors2,
|
|
2216
1419
|
git: git2,
|
|
@@ -2260,7 +1463,7 @@ export {
|
|
|
2260
1463
|
git2 as git,
|
|
2261
1464
|
errors2 as errors,
|
|
2262
1465
|
email2 as email,
|
|
2263
|
-
|
|
1466
|
+
docs,
|
|
2264
1467
|
dns2 as dns,
|
|
2265
1468
|
determineAppEnv,
|
|
2266
1469
|
defineUi,
|
package/package.json
CHANGED
package/src/defaults.ts
CHANGED
|
@@ -24,18 +24,18 @@ export default {
|
|
|
24
24
|
driver: undefined,
|
|
25
25
|
},
|
|
26
26
|
|
|
27
|
-
api: {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
},
|
|
27
|
+
// api: {
|
|
28
|
+
// // version: 'v1',
|
|
29
|
+
// prefix: 'api',
|
|
30
|
+
// middleware: ['Api'],
|
|
31
|
+
// routes: {
|
|
32
|
+
// index: true,
|
|
33
|
+
// show: true,
|
|
34
|
+
// store: true,
|
|
35
|
+
// update: true,
|
|
36
|
+
// destroy: true,
|
|
37
|
+
// },
|
|
38
|
+
// },
|
|
39
39
|
|
|
40
40
|
app: {
|
|
41
41
|
name: 'Stacks',
|
package/src/overrides.ts
CHANGED
|
@@ -7,7 +7,6 @@ import cli from '~/config/cli'
|
|
|
7
7
|
import cloud from '~/config/cloud'
|
|
8
8
|
import database from '~/config/database'
|
|
9
9
|
import dns from '~/config/dns'
|
|
10
|
-
import docs from '~/config/docs'
|
|
11
10
|
import email from '~/config/email'
|
|
12
11
|
import errors from '~/config/errors'
|
|
13
12
|
import git from '~/config/git'
|
|
@@ -24,6 +23,7 @@ import services from '~/config/services'
|
|
|
24
23
|
import storage from '~/config/storage'
|
|
25
24
|
import team from '~/config/team'
|
|
26
25
|
import ui from '~/config/ui'
|
|
26
|
+
// import docs from '~/docs/config'
|
|
27
27
|
|
|
28
28
|
// this "user config" will override the default config options
|
|
29
29
|
export default {
|
|
@@ -35,7 +35,7 @@ export default {
|
|
|
35
35
|
cloud,
|
|
36
36
|
database,
|
|
37
37
|
dns,
|
|
38
|
-
docs,
|
|
38
|
+
// docs,
|
|
39
39
|
email,
|
|
40
40
|
errors,
|
|
41
41
|
git,
|