Skip to content

Commit

Permalink
fix: make express package private??? (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Sep 15, 2023
1 parent 00140e6 commit 8f8fa95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/minimal-express-react/server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@example/minimal-express-react-server",
"private": true,
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions examples/minimal-fastify-react/server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@example/minimal-fastify-react-server",
"private": true,
"scripts": {
"build": "tsc",
"dev": "NODE_ENV=development tsx src/index.ts",
Expand Down

1 comment on commit 8f8fa95

@vercel
Copy link

@vercel vercel bot commented on 8f8fa95 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.