Revert "fix"

This reverts commit a2d11a7d7d.
This commit is contained in:
手瓜一十雪
2025-04-19 10:57:32 +08:00
parent ac5df6946c
commit 9cc1ef5b31
88 changed files with 88 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
import { z } from 'zod';
import { actionType } from '../../common/coerce';
import { actionType } from '../action/type';
const HttpServerConfigSchema = z.object({
name: actionType.string().default('http-server'),