Initial commit: AI-powered numerology analysis application

This commit is contained in:
patdelphi
2025-08-18 09:13:18 +08:00
commit db343a096e
59 changed files with 17320 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}