Skip to content

Commit 4567483

Browse files
authoredAug 12, 2024··
Merge pull request #11 from Daschi1/development
Development
2 parents cf04a4b + d206c78 commit 4567483

File tree

4 files changed

+84
-54
lines changed

4 files changed

+84
-54
lines changed
 

‎README.md

+12
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,15 @@ generate `licenses.json`.
2727
```shell
2828
license-checker --customPath lc-checker-format.json --json --out static/licenses.json
2929
```
30+
31+
### Currently deployed version
32+
33+
```shell
34+
docker run -d \
35+
--name green-hell-maps \
36+
--restart unless-stopped \
37+
-e ORIGIN=https://green-hell-maps.daschi.dev \
38+
ghcr.io/daschi1/green-hell-maps:1.0.0
39+
40+
docker network connect nginx green-hell-maps
41+
```

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@sveltejs/vite-plugin-svelte": "^3.1.1",
2222
"@types/eslint": "^9.6.0",
2323
"autoprefixer": "^10.4.20",
24+
"dotenv": "^16.4.5",
2425
"eslint": "^9.9.0",
2526
"eslint-config-prettier": "^9.1.0",
2627
"eslint-plugin-svelte": "^2.43.0",
@@ -34,7 +35,7 @@
3435
"prettier": "^3.3.3",
3536
"prettier-plugin-svelte": "^3.2.6",
3637
"prettier-plugin-tailwindcss": "^0.6.6",
37-
"svelte": "^5.0.0-next.216",
38+
"svelte": "^5.0.0-next.217",
3839
"svelte-check": "^3.8.5",
3940
"sveltekit-search-params": "^3.0.0",
4041
"tailwindcss": "^3.4.9",

‎pnpm-lock.yaml

+60-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎static/licenses.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,14 @@
154154
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
155155
"copyright": "Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>"
156156
},
157+
"dotenv@16.4.5": {
158+
"licenses": "BSD-2-Clause",
159+
"repository": "https://github.com/motdotla/dotenv",
160+
"name": "dotenv",
161+
"version": "16.4.5",
162+
"description": "Loads environment variables from .env file",
163+
"copyright": "Copyright (c) 2015, Scott Motte. All rights reserved."
164+
},
157165
"eslint-compat-utils@0.5.1": {
158166
"licenses": "MIT",
159167
"repository": "https://github.com/ota-meshi/eslint-compat-utils",
@@ -336,11 +344,11 @@
336344
"description": "Svelte parser for ESLint",
337345
"copyright": "Copyright (c) 2021 Yosuke Ota"
338346
},
339-
"svelte@5.0.0-next.216": {
347+
"svelte@5.0.0-next.217": {
340348
"licenses": "MIT",
341349
"repository": "https://github.com/sveltejs/svelte",
342350
"name": "svelte",
343-
"version": "5.0.0-next.216",
351+
"version": "5.0.0-next.217",
344352
"description": "Cybernetically enhanced web apps",
345353
"copyright": "Copyright (c) 2016-24 [these people](https://github.com/sveltejs/svelte/graphs/contributors)"
346354
},

0 commit comments

Comments
 (0)
Please sign in to comment.