Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
webinar_42
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulpybaev Ilyas
webinar_42
Commits
d7ff1ed5
Commit
d7ff1ed5
authored
Apr 04, 2024
by
Kulpybaev Ilyas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nodemon added
parent
903e1b34
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
360 additions
and
3 deletions
+360
-3
package-lock.json
backend/package-lock.json
+356
-1
package.json
backend/package.json
+4
-2
No files found.
backend/package-lock.json
View file @
d7ff1ed5
This diff is collapsed.
Click to expand it.
backend/package.json
View file @
d7ff1ed5
...
...
@@ -4,7 +4,8 @@
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"dev"
:
"nodemon --exec ts-node index.ts"
},
"keywords"
:
[],
"author"
:
""
,
...
...
@@ -12,7 +13,8 @@
"dependencies"
:
{
"cors"
:
"^2.8.5"
,
"express"
:
"^4.19.2"
,
"i18next-http-backend"
:
"^2.5.0"
"i18next-http-backend"
:
"^2.5.0"
,
"nodemon"
:
"^3.1.0"
},
"devDependencies"
:
{
"@types/cors"
:
"^2.8.17"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment