Skip to content

Commit 80ee308

Browse files
committed
chore(config): update port to number type in sqlpage.json
1 parent 28e0983 commit 80ee308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"allow_exec": true,
33
"database_url": "sqlite://resource-surveillance.sqlite.db?mode=rwc",
4-
"port": "9227",
4+
"port": 9227,
55
"web_root": "./dev-src.auto"
66
}

0 commit comments

Comments
 (0)