examples
examples copied to clipboard
A repository of examples showing how to use Effect
### What version of Effect is running? _No response_ ### What steps can reproduce the bug? pnpm create effect-app choose template, monorepo pnpm install pnpm build if changesets were selected...
### What version of Effect is running? Not applicable ### What steps can reproduce the bug? [I noticed that `eslint-plugin-simple-import-sort` is currently disabled in all configs:](https://github.com/search?q=repo%3AEffect-TS%2Fexamples%20%22simple-import-sort%2Fimports%22%3A%20%22off%22%2C&type=code) The plugin offers [2...
### What version of Effect is running? _No response_ ### What steps can reproduce the bug? step to reproduce it: ``` pnpm create effect-app@latest MY-EXAMPLE ✔ What type of project...
### What is the problem this feature would solve? Currently the nix flake only provides a devShell. It would be nice if it could also define a package that builds...