Skip to content

Commit 99c6b7b

Browse files
committed
chore: wip
1 parent 7323782 commit 99c6b7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/Actions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Actions introduce a concept of unique code reusability. They are "functions" tha
77
- Event Listener
88
- Cron Job _(Queued Jobs)_
99

10-
One unique Stacks feature of Actions is that they may also be called from anywhere in the frontend, dramatically simplifying API integrations.
10+
One unique Stacks feature of Actions is that they may also be called from anywhere in the frontend, simplifying APIs by a multitude.
1111

1212
```ts
1313
import { action } from '@stacksjs/actions'
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// import { database } from '@stacksjs/config'
2-
import { seed } from '@stacksjs/database'
3-
4-
await seed()
2+
// import { seed } from '@stacksjs/database'
3+
//
4+
// await seed()
Binary file not shown.

0 commit comments

Comments
 (0)