add port & add name

This commit is contained in:
Arhur
2024-12-08 01:25:12 +01:00
parent d08baaa9ba
commit f26a23bc45
4 changed files with 15 additions and 15 deletions
+5 -5
View File
@@ -1,18 +1,18 @@
{
"name": "portfolio",
"name": "streaming",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3333",
"build": "next build",
"start": "next start",
"start": "next start -p 3333",
"lint": "next lint"
},
"dependencies": {
"next": "15.0.4",
"portfolio": "file:",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"streaming": "file:"
},
"devDependencies": {
"@types/node": "^20",