Skip to content

Commit

Permalink
Merge branch 'main' into feat/drizzle-eslint-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge authored Mar 7, 2024
2 parents 64279e9 + 67e494f commit 14ec277
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/template/extras/start-database/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ fi

docker run --name $DB_CONTAINER_NAME -e MYSQL_ROOT_PASSWORD=$DB_PASSWORD -e MYSQL_DATABASE=project1 -d -p 3306:3306 docker.io/mysql

echo "Database container was succesfuly created"
echo "Database container was successfully created"


2 changes: 1 addition & 1 deletion cli/template/extras/start-database/postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ fi

docker run --name $DB_CONTAINER_NAME -e POSTGRES_PASSWORD=$DB_PASSWORD -e POSTGRES_DB=project1 -d -p 5432:5432 docker.io/postgres

echo "Database container was succesfuly created"
echo "Database container was successfully created"
8 changes: 8 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ const projects: App[] = [
linkName: "eboto-mo.com",
link: "https://eboto-mo.com/",
},
{
description:
"ImprovDB - The ultimate repository for improv games & exercises",
repoName: "aberonni/improvdb",
repo: "https://github.com/aberonni/improvdb",
linkName: "improvdb.com",
link: "https://improvdb.com/",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit 14ec277

Please sign in to comment.