Initial setup for URL Shortener with Dashboard + Admin-Panel based on Vite + React
This commit is contained in:
parent
295af34956
commit
eb9747ae91
24 changed files with 7157 additions and 0 deletions
6
client/postcss.config.js
Normal file
6
client/postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue