feat: adding dockerfiles to justfile
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"gen-apis": "rm -rf ./gen-sources/mta-sign-api/* && curl localhost:8000/openapi.json -O --output-dir ./gen-sources/mta-sign-api && openapi-generator-cli generate"
|
||||
"gen-apis-old": "rm -rf ./gen-sources/mta-sign-api/* && curl localhost:8000/openapi.json -O --output-dir ./gen-sources/mta-sign-api && openapi-generator-cli generate",
|
||||
"gen-apis": "npx openapi-typescript http://localhost:8000/openapi.json --output gen-sources/mtaserver.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^20.4.2",
|
||||
@@ -19,6 +20,7 @@
|
||||
"eslint-config-next": "^13.4.10",
|
||||
"follow-redirects": "^1.15.2",
|
||||
"next": "^13.4.10",
|
||||
"openapi-typescript-fetch": "^1.1.3",
|
||||
"postcss": "^8.4.26",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user