mirror of
https://github.com/EthanMarti/infio-copilot.git
synced 2026-05-06 06:56:29 +00:00
update pgworker resources fetch.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
"bundle-pglite": "node scripts/bundle-pglite-resources.mjs",
|
||||
"dev": "npm run bundle-pglite && node esbuild.config.mjs",
|
||||
"build": "npm run bundle-pglite && tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
||||
"analyze": "npm run bundle-pglite && ANALYZE=true node esbuild.config.mjs production",
|
||||
"analyze:dev": "npm run bundle-pglite && ANALYZE=true node esbuild.config.mjs",
|
||||
"version": "node version-bump.mjs",
|
||||
"type:check": "tsc --noEmit",
|
||||
"test": "jest",
|
||||
@@ -33,6 +35,7 @@
|
||||
"builtin-modules": "3.3.0",
|
||||
"drizzle-kit": "^0.26.2",
|
||||
"esbuild": "0.17.3",
|
||||
"esbuild-visualizer": "^0.7.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
|
||||
Reference in New Issue
Block a user