Skip to content

Commit

Permalink
chore: replace ha image in devcontainer
Browse files Browse the repository at this point in the history
- replace ha image for working one
- update lovelace resources to new requirement
  • Loading branch information
Miklos Szanyi authored and swingerman committed Dec 20, 2021
1 parent ac3bb5d commit 6f93f23
Show file tree
Hide file tree
Showing 8 changed files with 6,910 additions and 5,065 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
default_config:
lovelace:
mode: yaml
resources:
- url: http://127.0.0.1:5000/boilerplate-card.js
type: module
demo:
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": "Boilerplate Card Development",
"image": "ludeeus/container:monster",
"image": "ghcr.io/ludeeus/devcontainer/generic:latest",
"context": "..",
"appPort": ["5000:5000", "9123:8123"],
"postCreateCommand": "npm install",
Expand Down
3 changes: 0 additions & 3 deletions .devcontainer/ui-lovelace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
resources:
- url: http://127.0.0.1:5000/boilerplate-card.js
type: module
views:
- cards:
- type: custom:boilerplate-card
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- uses: actions/checkout@v1
- name: Build
run: |
npm install
npm ci
npm run build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules/
/.rpt2_cache/
package-lock.json
#package-lock.json
/dist
Loading

0 comments on commit 6f93f23

Please sign in to comment.