File tree 4 files changed +84
-54
lines changed
4 files changed +84
-54
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,15 @@ generate `licenses.json`.
27
27
``` shell
28
28
license-checker --customPath lc-checker-format.json --json --out static/licenses.json
29
29
```
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
+ ```
Original file line number Diff line number Diff line change 21
21
"@sveltejs/vite-plugin-svelte" : " ^3.1.1" ,
22
22
"@types/eslint" : " ^9.6.0" ,
23
23
"autoprefixer" : " ^10.4.20" ,
24
+ "dotenv" : " ^16.4.5" ,
24
25
"eslint" : " ^9.9.0" ,
25
26
"eslint-config-prettier" : " ^9.1.0" ,
26
27
"eslint-plugin-svelte" : " ^2.43.0" ,
34
35
"prettier" : " ^3.3.3" ,
35
36
"prettier-plugin-svelte" : " ^3.2.6" ,
36
37
"prettier-plugin-tailwindcss" : " ^0.6.6" ,
37
- "svelte" : " ^5.0.0-next.216 " ,
38
+ "svelte" : " ^5.0.0-next.217 " ,
38
39
"svelte-check" : " ^3.8.5" ,
39
40
"sveltekit-search-params" : " ^3.0.0" ,
40
41
"tailwindcss" : " ^3.4.9" ,
Original file line number Diff line number Diff line change 154
154
"description" : " Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website" ,
155
155
"copyright" : " Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>"
156
156
},
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
+ },
157
165
"eslint-compat-utils@0.5.1" : {
158
166
"licenses" : " MIT" ,
159
167
"repository" : " https://github.com/ota-meshi/eslint-compat-utils" ,
336
344
"description" : " Svelte parser for ESLint" ,
337
345
"copyright" : " Copyright (c) 2021 Yosuke Ota"
338
346
},
339
- "svelte@5.0.0-next.216 " : {
347
+ "svelte@5.0.0-next.217 " : {
340
348
"licenses" : " MIT" ,
341
349
"repository" : " https://github.com/sveltejs/svelte" ,
342
350
"name" : " svelte" ,
343
- "version" : " 5.0.0-next.216 " ,
351
+ "version" : " 5.0.0-next.217 " ,
344
352
"description" : " Cybernetically enhanced web apps" ,
345
353
"copyright" : " Copyright (c) 2016-24 [these people](https://github.com/sveltejs/svelte/graphs/contributors)"
346
354
},
You can’t perform that action at this time.
0 commit comments