fix: debugging filter

This commit is contained in:
Ben Allfree 2023-11-10 05:04:52 +00:00
parent 2cc16f5e4c
commit 673d330ad5

View File

@ -134,7 +134,7 @@ export const createPocketbaseService = async (
`--http`,
`0.0.0.0:8090`,
DEBUG() ? `--debug` : '',
],
].filter((v) => !!v),
Env: map(
{
...env,