增加一个用于代码测试的typescript项目

This commit is contained in:
2023-03-03 11:35:34 +08:00
parent 10047b7b6d
commit 3afb4ca1ff
13 changed files with 2939 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-02-15 09:25:52
* @LastEditors: Kane
* @LastEditTime: 2023-02-28 22:36:10
* @LastEditTime: 2023-03-03 09:44:10
* @FilePath: /task_schedule/vite.config.js
* @Description:
*
@@ -37,5 +37,4 @@ export default defineConfig((command, mode) =>
__APP_ENV__: env.APP_ENV,
},
};
}
);
});