Roy

Results 2 comments of Roy

cp: no such file or directory: /home/runner/work/solana_tools/solana_tools/client/dist/.* [INFO] ForceOrphan: false /usr/bin/git clone --depth=1 --single-branch --branch gh-pages ***github.com/iRoySwift/solana_tools.git /home/runner/actions_github_pages_1692272013060 Cloning into '/home/runner/actions_github_pages_1692272013060'... [INFO] clean up /home/runner/actions_github_pages_1692272013060 [INFO] chdir /home/runner/actions_github_pages_1692272013060 /usr/bin/git rm...

```ts // tailwind.config.ts const colors = require("tailwindcss/colors"); /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./App.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"], theme: { colors: { ...colors, primary: colors.cyan[900], darkText: colors.zinc[700], lightText: colors.white, }, extend:...