Skip to content

Commit

Permalink
custom server example
Browse files Browse the repository at this point in the history
  • Loading branch information
ikenox committed Jul 24, 2024
1 parent 23c5e18 commit b02acc3
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 427 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
"dev:tsx": "cross-env tsx src/main.ts",
"dev:ts-node": "cross-env node --loader ts-node/esm src/main.ts",
"devturbo": "cross-env NODE_OPTIONS=--no-deprecation next dev --turbo",
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev",
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
Expand All @@ -28,8 +29,9 @@
"@payloadcms/ui": "3.0.0-beta.67",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"graphql": "^16.8.2",
"next": "15.0.0-canary.58",
"next": "15.0.0-canary.79",
"payload": "3.0.0-beta.67",
"react": "19.0.0-rc-6230622a1a-20240610",
"react-dom": "19.0.0-rc-6230622a1a-20240610",
Expand All @@ -42,7 +44,10 @@
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"typescript": "5.5.3"
"typescript": "5.5.3",
"@types/express": "^4.17.21",
"tsx": "^4.15.7",
"ts-node": "^10.9.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit b02acc3

Please sign in to comment.