init webview: add webview ui and list machine as api example

This commit is contained in:
Johannes Kirschbauer
2024-05-14 18:55:44 +02:00
committed by hsjobeki
parent 97a1d8b52a
commit fef16a84a9
20 changed files with 3658 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};