Skip to content

Commit

Permalink
nit: use server pragmas
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Nov 7, 2024
1 parent 3bb74e4 commit 767e6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Node/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use server'
export * as Actions from './Actions.js'
export * as Types from './Types.js'
export * as Constants from './Constants.js'
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
'use server'
export * as Actions from './Actions.js'
export * as Client from './Client.js'
export * as Transport from './Transport.js'

0 comments on commit 767e6ad

Please sign in to comment.