mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
feat!: web user interface
This commit is contained in:

committed by
Blake Blackshear

parent
5ad4017510
commit
c618867941
8
web/postcss.config.js
Normal file
8
web/postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user