Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 183 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 183 Bytes

Setup

Add .env file with:

DATABASE_URL="sqlserver://host:port;database=;user=;password="

Run

npm install

npx prisma db push --preview-feature

npm run decimal