api library that uses my db package. I'm creating tests for the api and was going to recreate the db before each test run. I was going to run the migrate function from drizzle-orm/mysql2/migrator but it requires the migrationsFolder path to be supplied as an argument. Since I'm in a mono repo, this path will vary based on the relative paths of my tests and the db package. I can't put those paths in my test files.generate and then a migrate?