refactor project structure by renaming files and updating test function signature

This commit is contained in:
2025-07-22 08:53:40 +08:00
parent a0d215fa2e
commit 1f5f67761b
18 changed files with 1 additions and 1 deletions

5
web/postcss.config.mjs Normal file
View File

@ -0,0 +1,5 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;