Skip to content

Commit

Permalink
chore: format & add platformatic config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed May 11, 2023
1 parent 5c1e242 commit 765545c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions platformatic.db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://platformatic.dev/schemas/v0.23.2/db",
"server": {
"hostname": "127.0.0.2",
"port": "8000"
},
"db": {
"connectionString": "sqlite://./dev.db",
"graphql": true,
"openapi": true
},
"migrations": {
"dir": "migrations"
}
}
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 20000
testTimeout: 20000,
},
});

0 comments on commit 765545c

Please sign in to comment.