Example models 1.
Showing
No preview for this file type
| ... | ... | @@ -4,6 +4,13 @@ |
| "description": "Example fog gc.", | ||
| "main": "index.js", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "dev": "PORT=9000 keystone dev", | ||
| "start": "PORT=9000 keystone start", | ||
| "build": "PORT=9000 keystone build", | ||
| "postinstall": "PORT=9000 keystone postinstall", | ||
| "seed-data": "PORT=9000 tsx seed-data.ts" | ||
| }, | ||
| "dependencies": { | ||
| "@keystone-6/core": "^5.7.0", | ||
| "typescript": "^5.2.2" | ||
| ... | ... |
Please
register
or
sign in
to comment