Almost finished with new launcher

This commit is contained in:
2025-10-31 09:33:41 -07:00
parent 3b5bd13b1c
commit df951d90c6
64 changed files with 994 additions and 1424 deletions

View File

@@ -1,5 +1,7 @@
const config = {
plugins: ["@tailwindcss/postcss"],
};
plugins: {
'@tailwindcss/postcss': {}
}
}
export default config;
export default config