Add purchase history and related tickets features
This commit is contained in:
parent
47589b0742
commit
cf5fabe306
88 changed files with 10150 additions and 0 deletions
7
autotask-app/postcss.config.mjs
Normal file
7
autotask-app/postcss.config.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const config = {
|
||||
plugins: {
|
||||
"@tailwindcss/postcss": {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue