mtm-vpn-dashboard/postcss.config.js
Nabarun 6306ea6428 Add deployment scripts and integrate APIs for dashboard (#1)
Reviewed-on: #1
Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
Co-committed-by: Nabarun <nabarun@deepstacksoft.com>
2025-09-02 11:53:55 +00:00

6 lines
81 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}