mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-22 22:02:00 +00:00
Restructured the project by moving and deleting unused files, updating configurations, and organizing code for better maintainability. This includes removing deprecated models, updating environment settings, and consolidating utility functions.
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
const config = {
|
|
plugins: ["@tailwindcss/postcss"],
|
|
};
|
|
|
|
export default config;
|