fix(server): extract motion photo android single frame (#3903)

This commit is contained in:
Mert 2023-08-29 05:01:42 -04:00 committed by GitHub
parent d0a06739d8
commit e510e733cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 163 additions and 147 deletions

View file

@ -1,5 +1,5 @@
import { GenericContainer } from 'testcontainers';
import { PostgreSqlContainer } from '@testcontainers/postgresql';
import { GenericContainer } from 'testcontainers';
export default async () => {
process.env.NODE_ENV = 'development';
process.env.TYPESENSE_API_KEY = 'abc123';