Skip to content

Commit 735d62f

Browse files
committed
setting up repo to support multiple JavaScript clients
1 parent 41a9835 commit 735d62f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4033
-2
lines changed

.gitignore

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,44 @@ dist
55
.idea
66
token.txt
77
.env
8+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
9+
10+
# dependencies
11+
/node_modules
12+
/.pnp
13+
.pnp.*
14+
.yarn/*
15+
!.yarn/patches
16+
!.yarn/plugins
17+
!.yarn/releases
18+
!.yarn/versions
19+
20+
# testing
21+
/coverage
22+
23+
# next.js
24+
/.next/
25+
/out/
26+
27+
# production
28+
/build
29+
30+
# misc
31+
*.pem
32+
33+
# debug
34+
npm-debug.log*
35+
yarn-debug.log*
36+
yarn-error.log*
37+
.pnpm-debug.log*
38+
39+
# env files (can opt-in for committing if needed)
40+
.env*
41+
42+
# vercel
43+
.vercel
44+
45+
# typescript
46+
*.tsbuildinfo
47+
next-env.d.ts
48+
.next

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# appguard-express
1+
# appguard-javascript-clients
22

3-
Express middleware for [AppGuard](https://github.com/NullNet-ai/appguard-server).
3+
This repository contains the code of the JavaScript-based clients supported by [AppGuard](https://github.com/NullNet-ai/appguard-server):
4+
- `Express`
5+
- `Next.js`
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)