mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-09 08:11:10 +08:00
6 lines
255 B
TypeScript
6 lines
255 B
TypeScript
export const DEFAULT_PLUGIN_NAME = 'vite-plugin-turborepo-deploy';
|
|
export const DEFAULT_COMMIT_SEPARATOR = '/** 提交分隔符 **/';
|
|
export const DEFAULT_GIT_MAX_SCAN_COUNT = 50;
|
|
export const DEFAULT_LOG_LEVEL = 'info';
|
|
|
|
// Add other constants as needed
|