Skip to content

Commit

Permalink
Merge pull request #11 from Daschi1/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Daschi1 authored Aug 12, 2024
2 parents cf04a4b + d206c78 commit 4567483
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 54 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,15 @@ generate `licenses.json`.
```shell
license-checker --customPath lc-checker-format.json --json --out static/licenses.json
```

### Currently deployed version

```shell
docker run -d \
--name green-hell-maps \
--restart unless-stopped \
-e ORIGIN=https://green-hell-maps.daschi.dev \
ghcr.io/daschi1/green-hell-maps:1.0.0

docker network connect nginx green-hell-maps
```
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
Expand All @@ -34,7 +35,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"svelte": "^5.0.0-next.216",
"svelte": "^5.0.0-next.217",
"svelte-check": "^3.8.5",
"sveltekit-search-params": "^3.0.0",
"tailwindcss": "^3.4.9",
Expand Down
111 changes: 60 additions & 51 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 10 additions & 2 deletions static/licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,14 @@
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"copyright": "Copyright 2013 Andrey Sitnik <[email protected]>"
},
"[email protected]": {
"licenses": "BSD-2-Clause",
"repository": "https://github.com/motdotla/dotenv",
"name": "dotenv",
"version": "16.4.5",
"description": "Loads environment variables from .env file",
"copyright": "Copyright (c) 2015, Scott Motte. All rights reserved."
},
"[email protected]": {
"licenses": "MIT",
"repository": "https://github.com/ota-meshi/eslint-compat-utils",
Expand Down Expand Up @@ -336,11 +344,11 @@
"description": "Svelte parser for ESLint",
"copyright": "Copyright (c) 2021 Yosuke Ota"
},
"[email protected].216": {
"[email protected].217": {
"licenses": "MIT",
"repository": "https://github.com/sveltejs/svelte",
"name": "svelte",
"version": "5.0.0-next.216",
"version": "5.0.0-next.217",
"description": "Cybernetically enhanced web apps",
"copyright": "Copyright (c) 2016-24 [these people](https://github.com/sveltejs/svelte/graphs/contributors)"
},
Expand Down

0 comments on commit 4567483

Please sign in to comment.