We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0d0de commit 1b1e805Copy full SHA for 1b1e805
verdaccio-config.yaml
@@ -2,7 +2,15 @@ storage: /tmp/storage
2
auth:
3
htpasswd:
4
file: /tmp/htpasswd
5
+uplinks:
6
+ npmjs:
7
+ url: https://registry.npmjs.org/
8
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
14
'@powersync/*':
15
access: $all
16
publish: $all
0 commit comments