Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REDIS_PORT=6379
MEMCHACHED_PORT=11211
MEMCACHED_SERVER_URL="localhost:${MEMCACHED_PORT}"
MEMCACHED_PORT=11211
MEMCACHED_SERVER_URL="localhost:11211"
5 changes: 2 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": [
"plugin:adonis/typescriptPackage",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"plugins": [
"prettier"
Expand All @@ -12,4 +11,4 @@
"error"
]
}
}
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ shrinkwrap.yaml
test/__app

.env

4 changes: 2 additions & 2 deletions npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h5 class="card-title">
<div class="card">
<div class="card-body">
<h5 class="card-title">
August 1st 2021, 8:04:51 pm
January 3rd 2022, 7:46:40 pm
</h5>
<p class="card-text">Last updated</p>
</div>
Expand Down Expand Up @@ -153,4 +153,4 @@ <h5 class="card-title">
</script>
</body>

</html>
</html>
Loading