File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
"db:generate" : " SKIP_ENV_VALIDATION=true drizzle-kit generate:mysql" ,
15
15
"db:push" : " drizzle-kit push:mysql" ,
16
16
"db:studio" : " drizzle-kit studio" ,
17
- "db- local:studio" : " USE_LOCAL_DB=true drizzle-kit studio" ,
18
- "db- local:migrate" : " USE_LOCAL_DB=true node ./src/server/db/migrate.mjs" ,
19
- "db- local:run-app" : " USE_LOCAL_DB=true DATABASE_LABEL=local next dev" ,
20
- "db- local:run-db" : " docker run --name descobreix-begur-app-database -e MYSQL_ROOT_PASSWORD=unsafePaswordOnlyForLocalhost -e MYSQL_DATABASE=descobreix-begur-app -p 3306:3306 mysql"
17
+ "db: local:studio" : " USE_LOCAL_DB=true drizzle-kit studio" ,
18
+ "db: local:migrate" : " USE_LOCAL_DB=true node ./src/server/db/migrate.mjs" ,
19
+ "db: local:run-app" : " USE_LOCAL_DB=true DATABASE_LABEL=local next dev" ,
20
+ "db: local:run-db" : " docker run --name descobreix-begur-app-database -e MYSQL_ROOT_PASSWORD=unsafePaswordOnlyForLocalhost -e MYSQL_DATABASE=descobreix-begur-app -p 3306:3306 mysql"
21
21
},
22
22
"dependencies" : {
23
23
"@auth/core" : " 0.12.0" ,
Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ export default defineConfig({
59
59
/* Run your local dev server before starting the tests */
60
60
// webServer: [
61
61
// {
62
- // command: 'pnpm db- local:run-app',
62
+ // command: 'pnpm db: local:run-app',
63
63
// url: 'http://localhost:3000',
64
64
// reuseExistingServer: !process.env.CI,
65
65
// },
66
66
// {
67
- // command: 'pnpm db- local:run-db',
67
+ // command: 'pnpm db: local:run-db',
68
68
// url: 'http://localhost:3306',
69
69
// reuseExistingServer: !process.env.CI,
70
70
// },
You can’t perform that action at this time.
0 commit comments