feat(create-turbo): create kitchen-sink
This commit is contained in:
commit
4625c93980
80 changed files with 11572 additions and 0 deletions
4
packages/logger/src/index.ts
Normal file
4
packages/logger/src/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export const log = (...args: unknown[]): void => {
|
||||
// eslint-disable-next-line no-console -- logger
|
||||
console.log("LOGGER: ", ...args);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue