Skip to content

Commit 947618a

Browse files
aligneddevaligneddev
andauthored
update npm, vite 8! (#15)
Co-authored-by: aligneddev <aligneddev@github.com>
1 parent 5c743eb commit 947618a

4 files changed

Lines changed: 1196 additions & 3819 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"ghcr.io/devcontainers/features/github-cli:1": {}
1212
},
1313
"containerEnv": {
14-
"NODE_ENV": "development"
14+
"NODE_ENV": "development",
15+
"SSL_CERT_DIR": "/root/.aspnet/dev-certs/trust:/usr/lib/ssl/certs"
1516
},
1617
"postCreateCommand": "mkdir -p /root/.ssh && cp /root/.ssh-host/* /root/.ssh/ && chmod 700 /root/.ssh && chmod 600 /root/.ssh/config /root/.ssh/aligneddev_github /root/.ssh/omnitech_github && chmod 644 /root/.ssh/*.pub /root/.ssh/known_hosts 2>/dev/null; dotnet dev-certs https --trust && dotnet restore BikeTracking.slnx && npm ci --prefix src/BikeTracking.Frontend && dotnet build BikeTracking.slnx",
1718
"customizations": {

0 commit comments

Comments
 (0)