-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathsync.yml
41 lines (36 loc) · 857 Bytes
/
sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
nextauthjs/express-auth-example:
- source: apps/examples/express
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE
nextauthjs/sveltekit-auth-example:
- source: apps/examples/sveltekit
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE
nextauthjs/solid-start-auth-example:
- source: "apps/examples/solid-start"
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE
nextauthjs/next-auth-example:
- source: apps/examples/nextjs
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE
nextauthjs/next-auth-pages-example:
- source: apps/examples/nextjs-pages
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE
nextauthjs/qwik-auth-example:
- source: apps/examples/qwik
dest: .
deleteOrphaned: true
- .github/FUNDING.yml
- LICENSE