@pgplex/pgconsole 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pgplex/pgconsole",
|
|
3
3
|
"description": "Postgres Editor with Guardrails",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"pgconsole": "dist/server.mjs"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"build:server:watch": "node scripts/build-server.mjs --watch",
|
|
21
21
|
"dev": "pnpm gen && pnpm build:server && concurrently \"pnpm dev:vite\" \"pnpm dev:server\"",
|
|
22
22
|
"dev:vite": "node scripts/wait-for-port.mjs 9876 && vite",
|
|
23
|
-
"dev:server": "concurrently \"pnpm build:server:watch\" \"node scripts/sleep.mjs 2 && node --watch dist/server.mjs\"",
|
|
23
|
+
"dev:server": "concurrently \"pnpm build:server:watch\" \"node scripts/sleep.mjs 2 && node --watch dist/server.mjs --config pgconsole.toml\"",
|
|
24
24
|
"build": "pnpm gen && pnpm build:server && tsc -b && vite build",
|
|
25
25
|
"lint": "eslint .",
|
|
26
26
|
"preview": "vite preview",
|