refactor: extract constants into consts.ts, add prettier tailwind plugin for class sorting

This commit is contained in:
DuroCodes
2024-05-13 20:03:29 -04:00
parent fdf1d78c92
commit f581fb260d
15 changed files with 42 additions and 27 deletions

View File

@@ -40,7 +40,7 @@ const packageManagerCode = (
Yarn: `yarn create ${text}`,
PNPM: `pnpm create ${text}`,
Bun: `bun create ${text}`,
}
},
};
return commands[command][manager];