feat(test): add api branch test

This commit is contained in:
Methapon2001 2025-05-23 17:12:06 +07:00
parent f7c81641b2
commit 1896e2385d
5 changed files with 1251 additions and 1 deletions

5
vite.config.ts Normal file
View file

@ -0,0 +1,5 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {},
});