lakardion / akd

akd.vercel.app
1 stars 0 forks source link

Remove decimal.js in favor of Prisma.Decimal #11

Closed lakardion closed 1 year ago

lakardion commented 2 years ago

Prisma already uses decimal.js underneath. So we can remove the library from our main dependencies, and let us use Prisma's internal decimal.js.

lakardion commented 1 year ago

Turns out that Prisma.Decimal does not work on client side. It can only be used on the server

(may be missing something here, but this is the practical response I got when attempted to use it in the client)