Skip to content

Commit 1b1e805

Browse files
committed
Fix verdaccio config for better-sqlite3
1 parent de0d0de commit 1b1e805

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

verdaccio-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ storage: /tmp/storage
22
auth:
33
htpasswd:
44
file: /tmp/htpasswd
5+
uplinks:
6+
npmjs:
7+
url: https://registry.npmjs.org/
58
packages:
9+
# Our better-sqlite3 fork is published under @powersync without being part of this repository.
10+
'@powersync/better-sqlite3':
11+
access: $all
12+
publish: false
13+
proxy: npmjs
614
'@powersync/*':
715
access: $all
816
publish: $all

0 commit comments

Comments
 (0)