Skip to content

Commit

Permalink
Add share link, improve kitchen/cook, fix menu system
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMulein committed Dec 31, 2024
1 parent 475921b commit 6b99233
Show file tree
Hide file tree
Showing 50 changed files with 1,775 additions and 1,079 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
network_mode: host
depends_on:
- db
ports:
- "3000:3000"

db:
build:
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion chili-and-cilantro-api/src/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class App implements IApplication {
*/
public async start(mongoUri?: string): Promise<void> {
const mongo_uri = mongoUri ?? environment.mongo.uri;
this._useTransactions = environment.developer.useTransactions;
this._useTransactions = environment.mongo.useTransactions;
try {
if (this._ready) {
console.error(
Expand Down
Loading

0 comments on commit 6b99233

Please sign in to comment.