chore: update imports

This commit is contained in:
Mauricio Siu
2024-10-24 23:33:15 -06:00
parent 054836fd4c
commit 5df7654873
3 changed files with 9 additions and 11 deletions

View File

@@ -71,12 +71,6 @@ Run the command that will spin up all the required services and files.
pnpm run dokploy:setup
```
Build the server package (If you make any changes after in the packages/server folder, you need to rebuild and run this command)
```bash
pnpm run server:build
```
Now run the development server.
```bash