Skip to content

Commit

Permalink
rename to lini
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Jun 4, 2024
1 parent 19662b7 commit 70f39d2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fly postgres connect -a koriki-db
# list dbs
\list;
# connect to a db
\c koriko;
\c lini;
# list tables
\dt
# query a table
Expand Down
8 changes: 4 additions & 4 deletions apps/app/app.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"expo": {
"name": "Koriko",
"slug": "koriko",
"name": "Lini",
"slug": "lini",
"owner": "naisho-gmbh",
"scheme": "acme",
"version": "1.0.0",
Expand All @@ -16,7 +16,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "app.koriko.app"
"bundleIdentifier": "app.lini.app"
},
"android": {
"adaptiveIcon": {
Expand All @@ -33,7 +33,7 @@
"origin": false
},
"eas": {
"projectId": "3ebc539c-5826-4baa-ab6c-a3e8fda78e46"
"projectId": "59758628-b173-4b85-9fab-f3593b274895"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "koriko",
"name": "lini",
"main": "src/AppEntry.ts",
"version": "1.0.0",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = 'koriko'
app = 'lini'
primary_region = 'ams'
swap_size_mb = 2048

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "koriko-monorepo",
"name": "lini-monorepo",
"version": "1.0.0",
"workspaces": {
"packages": [
Expand Down

0 comments on commit 70f39d2

Please sign in to comment.