Skip to content

Commit

Permalink
docs(type-safe-api): add missing package manager in websocket getting…
Browse files Browse the repository at this point in the history
… started guide (#739)
  • Loading branch information
cogwirrel committed Mar 28, 2024
1 parent 696d2e1 commit a0dda50
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ pdk new monorepo-ts --package-manager=pnpm
} from "@aws/pdk/type-safe-api";
import { InfrastructureTsProject } from "@aws/pdk/infrastructure";
import { CloudscapeReactTsWebsiteProject } from "@aws/pdk/cloudscape-react-ts-website";
import { NodePackageManager } from "projen/lib/javascript";

// Create the monorepo
const monorepo = new MonorepoTsProject({
name: "my-project",
devDeps: [
"@aws/pdk",
],
packageManager: NodePackageManager.PNPM,
});

// Create the API project
Expand Down

0 comments on commit a0dda50

Please sign in to comment.