Remove multiline portless configuration in package.json

This commit is contained in:
Vedant Mahajan 2026-05-25 11:04:44 +05:30 committed by GitHub
parent 030165f5cb
commit c7cf2f59b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,10 +2,7 @@
"name": "@repo/web",
"version": "0.1.0",
"private": true,
"portless": {
"name": "app.dev.supermemory",
"script": "dev:app"
},
"portless": { "name": "app.dev.supermemory", "script": "dev:app" },
"scripts": {
"dev": "portless",
"dev:app": "next dev --port ${PORT:-3000}",