Skip to content

Commit fae2d3f

Browse files
committed
fix
1 parent dfba6a2 commit fae2d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import { reactDirectives } from "react-directives-plugin";
2525
export default defineConfig({
2626
plugins: [
2727
reactDirectives({
28-
// Adds a "use server" directive to all files that end with .server.ts
29-
"use server": ["**/*.server.ts"],
28+
// Adds a "use server" directive to all files that end with .action.ts
29+
"use server": ["**/*.action.ts"],
3030
// Adds a "use client" directive to all files that end with .client.ts
3131
"use client": ["**/*.client.ts"],
3232
// Adds a "use strict" directive to all files that end with .strict.ts

0 commit comments

Comments
 (0)