mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
Compare commits
2 Commits
claude/fix
...
claude/fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8b87e405e | ||
| a65b95a068 |
@@ -6,7 +6,10 @@
|
||||
* 2. Seeds the database via the /api/setup endpoint
|
||||
*/
|
||||
import { DockerComposeEnvironment, Wait } from 'testcontainers'
|
||||
import { resolve } from 'path'
|
||||
import { resolve, dirname } from 'path'
|
||||
import { fileURLToPath } from 'url'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
|
||||
let environment: Awaited<ReturnType<DockerComposeEnvironment['up']>> | undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user