feat: bootstrap the basic app structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
purge: ['./pages/**/*.{ts,tsx}', './components/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user