mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
feat(t3): add t3 example
This commit is contained in:
6
t3/prettier.config.js
Normal file
6
t3/prettier.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
|
||||
const config = {
|
||||
plugins: ["prettier-plugin-tailwindcss"],
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user