mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
refactor: extract constants into consts.ts, add prettier tailwind plugin for class sorting
This commit is contained in:
@@ -40,7 +40,7 @@ const packageManagerCode = (
|
||||
Yarn: `yarn create ${text}`,
|
||||
PNPM: `pnpm create ${text}`,
|
||||
Bun: `bun create ${text}`,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
return commands[command][manager];
|
||||
|
||||
Reference in New Issue
Block a user