mirror of
https://github.com/supabase/supabase.git
synced 2026-06-22 07:22:07 +08:00
* Initial commit for the database-new app. * Change the port to 3002. * Run prettier on database-new app.
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|