Compare commits
2 Commits
82c614f1e3
...
49ec230be4
Author | SHA1 | Date | |
---|---|---|---|
49ec230be4 | |||
4518fff8ac |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "futureporn",
|
"name": "futureporn",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.4.1",
|
"version": "2.4.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",
|
"dev": "concurrently npm:dev:serve npm:dev:build npm:dev:worker npm:dev:compose npm:dev:sftp",
|
||||||
|
@ -31,9 +31,6 @@ const EnvSchema = z.object({
|
|||||||
APP_DIR: z.string().default('/app'),
|
APP_DIR: z.string().default('/app'),
|
||||||
WHISPER_DIR: z.string(),
|
WHISPER_DIR: z.string(),
|
||||||
LOG_LEVEL: z.string().default('info'),
|
LOG_LEVEL: z.string().default('info'),
|
||||||
SEEDBOX_SFTP_URL: z.string(),
|
|
||||||
SEEDBOX_SFTP_USERNAME: z.string(),
|
|
||||||
SEEDBOX_SFTP_PASSWORD: z.string(),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const parsed = EnvSchema.safeParse(process.env);
|
const parsed = EnvSchema.safeParse(process.env);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user