Skip to content

Commit

Permalink
Add 'use client' marks and improve database
Browse files Browse the repository at this point in the history
  • Loading branch information
mainsmirnov committed Apr 8, 2024
1 parent 249edbf commit 8eceb90
Show file tree
Hide file tree
Showing 79 changed files with 1,742 additions and 116 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'plugin:import/typescript',
],
env: {
jest: true,
browser: true,
node: true,
},
Expand Down
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
moduleDirectories: ['node_modules', 'src'],
};

0 comments on commit 8eceb90

Please sign in to comment.