Remove shamefully hoist (#660)

* feat: remove shamefully hoist

* chore: remove .npmrc
This commit is contained in:
Tonya
2025-05-04 17:11:00 +00:00
committed by GitHub
parent b89364d8c5
commit 16bcffac45
8 changed files with 5 additions and 10 deletions

View File

@@ -33,8 +33,6 @@ If you're using `taskfile` you can run `task --list-all` for a list of all comma
If you're using the taskfile, you can use the `task setup` command to run the required setup commands. Otherwise, you can review the commands required in the `Taskfile.yml` file.
Note that when installing dependencies with pnpm you must use the `--shamefully-hoist` flag. If you don't use this flag, you will get an error when running the frontend server.
### API Development Notes
start command `task go:run`