File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
" dist"
25
25
],
26
26
"scripts" : {
27
- "build" : " bunx --bun tsup --format esm,cjs --clean" ,
27
+ "build" : " bunx tsup --format esm,cjs --clean" ,
28
28
"stub" : " bunx --bun tsup --format esm" ,
29
- "dev" : " bunx --bun tsup --format esm,cjs --watch & eslint-flat-config-viewer" ,
29
+ "dev" : " bunx tsup --format esm,cjs --watch & eslint-flat-config-viewer" ,
30
30
"lint" : " bun run stub && eslint ." ,
31
31
"prepack" : " bun run build" ,
32
32
"test" : " bun test" ,
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ export interface StacksOptions {
46
46
analytics : AnalyticsConfig
47
47
48
48
/**
49
- * **Application Options**
49
+ * **API Options**
50
50
*
51
- * This configuration defines all of your Application options. Because Stacks is fully-typed,
52
- * you may hover any of the options below and the definitions will be provided. In case
53
- * you have any questions, feel free to reach out via Discord or GitHub Discussions.
51
+ * This configuration defines all of your API options. Because Stacks is fully-typed, you
52
+ * may hover any of the options below and the definitions will be provided. In case you
53
+ * have any questions, feel free to reach out via Discord or GitHub Discussions.
54
54
*/
55
55
api : ApiConfig
56
56
You can’t perform that action at this time.
0 commit comments