Skip to content

Commit ebd9dcf

Browse files
authored
initial openapi file (#481)
* initial openapi file * fix docs * website url * tweaking docs * filling in api docs * prototyping openapi docs * restore changes * heavy update to openapi spec * finished draft of docs + minor grooming to standardize * I think docs are ready * updates from code review
1 parent 1b0433e commit ebd9dcf

File tree

6 files changed

+1946
-4
lines changed

6 files changed

+1946
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"build:local-packages": "yarn workspace @upswyng/types build && yarn workspace @upswyng/common build",
8484
"build:server": "yarn build:local-packages && yarn workspace @upswyng/server build",
8585
"build:web": "yarn build:local-packages && yarn workspace @upswyng/web build",
86-
"build:local-db": "docker compose up --build -d && mongorestore --port 27018 --username upswyng-dev-user --password upswyng123 -d upswyng-dev ./packages/server/localdb/mongodump",
86+
"build:local-db": "docker-compose up --build -d && npm run restore:db",
87+
"restore:db": "mongorestore --port 27018 --username upswyng-dev-user --password upswyng123 -d upswyng-dev ./packages/server/localdb/mongodump",
8788
"clean": "node clean.js",
8889
"reset": "node clean.js --reset && docker compose down -v",
8990
"heroku-postbuild": "yarn build:web && yarn build:server",

0 commit comments

Comments
 (0)