We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c98df commit 7858cceCopy full SHA for 7858cce
2 files changed
CHANGELOG.md
@@ -38,3 +38,6 @@
38
# 9.1.1
39
40
- Fixes up a small issue with postgres connections and Unix sockets
41
+
42
+# 9.1.2
43
+- Allows unix sockets without a port
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nebula",
3
"type": "module",
4
- "version": "9.1.1",
+ "version": "9.1.2",
5
"private": true,
6
"scripts": {
7
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",
0 commit comments