Skip to content

Commit

Permalink
fix: use server-only build-time checks and move actionsAttributes navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamPalriwala committed Jul 17, 2023
1 parent f000dd3 commit e3c06e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/services/action.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use server";
import 'server-only'

import { prisma } from "@formbricks/database";
import { DatabaseError } from "@formbricks/errors";
Expand Down
1 change: 1 addition & 0 deletions packages/lib/services/attribute.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"use server";
import 'server-only'

import { prisma } from "@formbricks/database";
import { DatabaseError } from "@formbricks/errors";
Expand Down

0 comments on commit e3c06e3

Please sign in to comment.