Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

.prettierrc.cjs
/** @type {import("prettier").Config} */

module.exports = {
  semi: false,
  trailingComma: "all",
  arrowParens: "avoid",
  proseWrap: "always",
}