Skip to content

Commit af90892

Browse files
committed
chore: wip
1 parent 13e0aa1 commit af90892

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

storage/framework/core/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"dist"
2525
],
2626
"scripts": {
27-
"build": "bunx --bun tsup --format esm,cjs --clean",
27+
"build": "bunx tsup --format esm,cjs --clean",
2828
"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",
3030
"lint": "bun run stub && eslint .",
3131
"prepack": "bun run build",
3232
"test": "bun test",

storage/framework/core/types/src/stacks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ export interface StacksOptions {
4646
analytics: AnalyticsConfig
4747

4848
/**
49-
* **Application Options**
49+
* **API Options**
5050
*
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.
5454
*/
5555
api: ApiConfig
5656

0 commit comments

Comments
 (0)