🚀 feat(_route): add dev to origin

This commit is contained in:
eshanized
2024-12-23 02:19:28 +05:30
parent 0bca0ca1d7
commit 937b1a56ab
16382 changed files with 2985935 additions and 1967 deletions

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
export default {
content: ["./src/**/*.{html,js,jsx,ts,tsx}"], // Adjust paths to your project structure
theme: {
extend: {},
},
plugins: [],
};