more fixes

This commit is contained in:
Ciro Spaciari
2025-09-26 18:43:10 -07:00
parent c8a6c6bd34
commit 708e2cb3ec
3 changed files with 23 additions and 5 deletions

View File

@@ -24,9 +24,6 @@ if (isDockerEnabled()) {
process.arch === "x64" && {
name: "MySQL 9",
image: "mysql:9",
env: {
MYSQL_ROOT_PASSWORD: "bun123456@#$%^&*()",
},
},
].filter(Boolean);