Skip to content

Commit 7927ba5

Browse files
committed
grooming
1 parent 2fda2c5 commit 7927ba5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.cache/
2+
.DS_Store
23
.vscode/
34
build/
45
client/dist/

Caddyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
http://localhost:8082 {
2-
uri strip_prefix /smocker
3-
reverse_proxy localhost:8081
2+
uri strip_prefix /smocker
3+
reverse_proxy localhost:8081
44
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3223,9 +3223,9 @@ caniuse-api@^3.0.0:
32233223
lodash.uniq "^4.5.0"
32243224

32253225
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001043, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001111:
3226-
version "1.0.30001122"
3227-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001122.tgz#2c8ff631330d986a07a7ba7125cce77a1373b475"
3228-
integrity sha512-pxjw28CThdrqfz06nJkpAc5SXM404TXB/h5f4UJX+rrXJKE/1bu/KAILc2AY+O6cQIFtRjV9qOR2vaEp9LDGUA==
3226+
version "1.0.30001214"
3227+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz"
3228+
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==
32293229

32303230
capture-exit@^2.0.0:
32313231
version "2.0.0"

0 commit comments

Comments
 (0)