Skip to content

Commit a262568

Browse files
authored
Merge branch "ExaDev-io/develop" into "GoogleChromeLabs/main" (#13)
2 parents b4b08d7 + 53120ad commit a262568

File tree

194 files changed

+274807
-640
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+274807
-640
lines changed

.devcontainer/devcontainer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
3+
{
4+
"name": "Node.js & TypeScript",
5+
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye"
7+
8+
// Features to add to the dev container. More info: https://containers.dev/features.
9+
// "features": {},
10+
11+
// Use 'forwardPorts' to make a list of ports inside the container available locally.
12+
// "forwardPorts": [],
13+
14+
// Use 'postCreateCommand' to run commands after the container is created.
15+
// "postCreateCommand": "yarn install",
16+
17+
// Configure tool-specific properties.
18+
// "customizations": {},
19+
20+
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
21+
// "remoteUser": "root"
22+
}

.github/workflows/run-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ jobs:
2828
else
2929
npm run start --workspaces --if-present
3030
fi
31+
- run: sh ./deps.sh

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,5 @@ $RECYCLE.BIN/
256256
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
257257

258258
dev-dist/
259+
260+
.wireit/
-3.69 MB
Binary file not shown.
3.78 MB
Binary file not shown.
-3.77 MB
Binary file not shown.
-3.87 MB
Binary file not shown.
3.97 MB
Binary file not shown.
-3.96 MB
Binary file not shown.
-3.39 MB
Binary file not shown.

0 commit comments

Comments
 (0)