Skip to content

Commit a82762e

Browse files
committed
Added Pongo shell
1 parent b1c3453 commit a82762e

File tree

10 files changed

+356
-651
lines changed

10 files changed

+356
-651
lines changed

samples/simple-ts/package-lock.json

+86-579
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/simple-ts/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"test:unit:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.unit.spec.ts",
2626
"test:int:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.int.spec.ts",
2727
"test:e2e:watch": "glob -d -c \"node --import tsx --test --watch\" **/*.e2e.spec.ts",
28-
"migrate": "pongo migrate run --config ./dist/pongo.config.js --connectionString postgresql://postgres:postgres@localhost:5432/postgres"
28+
"migrate": "pongo migrate run --config ./dist/pongo.config.js --connectionString postgresql://postgres:postgres@localhost:5432/postgres",
29+
"shell": "pongo shell"
2930
},
3031
"repository": {
3132
"type": "git",
@@ -62,6 +63,6 @@
6263
"dist"
6364
],
6465
"dependencies": {
65-
"@event-driven-io/pongo": "0.14.4"
66+
"@event-driven-io/pongo": "0.15.0-alpha.1"
6667
}
6768
}

0 commit comments

Comments
 (0)