first commit
This commit is contained in:
11
scripts/start-local.ps1
Normal file
11
scripts/start-local.ps1
Normal file
@@ -0,0 +1,11 @@
|
||||
param(
|
||||
[switch]$Migrate
|
||||
)
|
||||
|
||||
if ($Migrate) {
|
||||
npm run prisma:migrate
|
||||
}
|
||||
|
||||
npm run prisma:generate
|
||||
npm run prisma:seed
|
||||
npm run dev
|
||||
Reference in New Issue
Block a user