add nextjs app: yoga-app

This commit is contained in:
Schneider Roland
2025-01-10 07:42:36 +01:00
parent ae5d34c6f5
commit f059417376
12 changed files with 262 additions and 507 deletions

View File

@@ -4,7 +4,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build.docker.image": "cd environment/dev/docker/yogastic/scripts && bash build.docker.build.sh"
"build.docker.image.yogastic": "cd environment/dev/docker/yogastic/scripts && bash build.docker.build.sh",
"build.docker.image.app": "cd environment/dev/docker/app/scripts && bash build.docker.build.sh "
},
"author": "",
"license": "ISC",