Skip to content

Commit

Permalink
fix(config): create apps
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Feb 3, 2023
1 parent 7f87b8d commit f5660a5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Templates pour la création d'un nouveau projet nextjs",
"scripts": {
"create:apps": "npx create-next-app@latest apps",
"create:apps": "create-next-app apps",
"docker:deploy": "korojscommands docker_deploy",
"docker:getpull-image": "korojscommands docker_getpull-image",
"docker:ls": "korojscommands docker_ls",
Expand All @@ -23,6 +23,7 @@
},
"homepage": "https://github.com/hackariens/nextjs#readme",
"dependencies": {
"create-next-app": "^13.1.6",
"korojscommands": "^1.2.14"
}
}

0 comments on commit f5660a5

Please sign in to comment.