Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최은석
/
ossw-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최은석
2022-06-07 20:34:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f754104fee4ea530d9ff4f546f9eabe99f71816
1f754104
1 parent
430ab5bc
Update package.json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
package.json
package.json
View file @
1f75410
...
...
@@ -2,7 +2,7 @@
"scripts"
:
{
"server"
:
"cd server && nodemon server"
,
"client"
:
"cd client &&
se
t PORT=8080 && npm start"
,
"client"
:
"cd client &&
expor
t PORT=8080 && npm start"
,
"start"
:
"concurrently --kill-others-on-fail
\"
npm run server
\"
\"
npm run client
\"
"
},
"dependencies"
:
{
...
...
Please
register
or
login
to post a comment