Files
jellyfin-vue/.devcontainer
Fernando Fernández 0809739fa7 ci(devcontainer): improve boot time
Run postunpack.sh in postCreateCommand hook,
which can continue running in the background and in parallel
to `npm ci --no-audit` when VSCode
is already connected to the devcontainer.

The time it takes for the container to be fully ready it's the same
but the time to start coding will be much lower.
2023-10-26 17:41:41 +00:00
..