forked from imbytecat/fullstack-starter
refactor: 移除未使用的类型定义,清理冗余代码
- 移除未使用的类型定义,清理冗余代码。
This commit is contained in:
@@ -18,8 +18,6 @@ const BunTargetSuffixSchema = Schema.Literal(
|
||||
'linux-arm64',
|
||||
)
|
||||
|
||||
type BunTargetSuffix = Schema.Schema.Type<typeof BunTargetSuffixSchema>
|
||||
|
||||
/**
|
||||
* Tauri sidecar 目标三元组
|
||||
*/
|
||||
@@ -31,8 +29,6 @@ const TauriTargetSchema = Schema.Literal(
|
||||
'aarch64-unknown-linux-gnu',
|
||||
)
|
||||
|
||||
type TauriTarget = Schema.Schema.Type<typeof TauriTargetSchema>
|
||||
|
||||
/**
|
||||
* 目标映射配置
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user