update pglite, use opfs

This commit is contained in:
duanfuxiang
2025-06-22 17:26:54 +08:00
parent a81d5b159e
commit 0df4e4edd3
6 changed files with 958 additions and 18 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"tabWidth": 4,
"useTabs": true,
"printWidth": 120,
"semi": false,
"bracketSameLine": true,
"ignore": ["node_modules", "dist", "build", "out", ".next", ".venv", "pnpm-lock.yaml"]
}