Adds in initial migration, recommends ESLint VS Code extension and sets up defaults to format with ESLint on save and use ESLint as the general formatter
This commit is contained in:
parent
86967b26cd
commit
a857c3da07
9 changed files with 217 additions and 219 deletions
|
@ -8,7 +8,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"test": "echo \"No test specified\" && exit 0",
|
||||
"dev": "prisma db push && quasar dev -m ssr",
|
||||
"dev": "pnpm prisma migrate dev && quasar dev -m ssr",
|
||||
"build": "quasar build -m ssr",
|
||||
"postinstall": "quasar prepare"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue