fix: added missing services:down script, added "win32" to supportedArchitectures for yarn package installation, added missing required WIKI_URI to .env.example of api
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ nodeLinker: node-modules
|
|||||||
|
|
||||||
# Support multiple architectures - download pre-built binaries instead of compiling
|
# Support multiple architectures - download pre-built binaries instead of compiling
|
||||||
supportedArchitectures:
|
supportedArchitectures:
|
||||||
os: [ "linux", "darwin" ]
|
os: [ "linux", "darwin", "win32" ]
|
||||||
cpu: [ "x64", "arm64" ]
|
cpu: [ "x64", "arm64" ]
|
||||||
libc: [ "glibc" ]
|
libc: [ "glibc" ]
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ JWT_SECRET=hBx9Xh8J6KOMAGAsSjvcZJBT5TWyIkFX
|
|||||||
USE_HTTPS=false
|
USE_HTTPS=false
|
||||||
|
|
||||||
API_URI=http://localhost:8080
|
API_URI=http://localhost:8080
|
||||||
|
WIKI_URI=http://localhost:1000
|
||||||
DASHBOARD_URI=http://localhost:3000
|
DASHBOARD_URI=http://localhost:3000
|
||||||
LANDING_URI=http://localhost:4000
|
LANDING_URI=http://localhost:4000
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
"clean": "turbo clean --concurrency 20 && rimraf node_modules .turbo",
|
"clean": "turbo clean --concurrency 20 && rimraf node_modules .turbo",
|
||||||
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
||||||
"services:up": "docker compose -f docker/docker-compose.dev.yml up -d",
|
"services:up": "docker compose -f docker/docker-compose.dev.yml up -d",
|
||||||
|
"services:down": "docker compose -f docker/docker-compose.dev.yml down",
|
||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"test:watch": "vitest --watch",
|
"test:watch": "vitest --watch",
|
||||||
"test:ui": "vitest --ui",
|
"test:ui": "vitest --ui",
|
||||||
|
|||||||
Reference in New Issue
Block a user