Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ main

.env
node_modules
dist
dist
1 change: 1 addition & 0 deletions packages/finance-prisma-client/client.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./index"
4 changes: 4 additions & 0 deletions packages/finance-prisma-client/client.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
module.exports = { ...require('.') }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
Consider adding a newline at the end of the file to comply with POSIX standards, which can help prevent issues with some tools and version control systems.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
The removal of the biome-ignore-all lint: generated file comment may lead to linting issues if the file is not excluded elsewhere. Ensure that the file is properly configured to be ignored by linters if necessary.

1 change: 1 addition & 0 deletions packages/finance-prisma-client/default.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./index"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
Consider adding a newline at the end of the file to comply with POSIX standards. This can prevent potential issues with some tools that expect a newline at the end of files.

4 changes: 4 additions & 0 deletions packages/finance-prisma-client/default.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
module.exports = { ...require('#main-entry-point') }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The use of require('#main-entry-point') with a relative path starting with # suggests a non-standard module resolution. Ensure that the environment where this code runs supports this syntax, or consider using a more conventional path to avoid potential runtime errors.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[⚠️ maintainability]
The removal of the comment // biome-ignore-all lint: generated file may lead to linting issues in the future, especially since this is a generated file. Consider retaining the comment to prevent unnecessary lint errors.

1 change: 1 addition & 0 deletions packages/finance-prisma-client/edge.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./default"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 style]
Consider adding a newline at the end of the file. While this is a minor issue, it can help prevent potential problems with certain tools or version control systems that expect a newline at the end of files.

Loading
Loading