Add journaler from wails

This commit is contained in:
2025-06-28 00:56:11 +02:00
parent 83f66745dd
commit 26943da2a9
70 changed files with 6755 additions and 170 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}