Initial commit of the Ad Generator Lite project, including backend services, frontend components, and configuration files. Added core functionalities for ad generation, user management, and image processing, along with a structured matrix system for ad testing.
f201243
| const config = { | |
| plugins: { | |
| "@tailwindcss/postcss": {}, | |
| }, | |
| }; | |
| export default config; | |