Add config files for Codespaces (#1975)

This commit is contained in:
Ashley Stanton-Nurse
2024-09-20 08:28:03 -07:00
committed by GitHub
parent 23b2e59560
commit 053dc9d76b
3 changed files with 52 additions and 0 deletions

4
.devcontainer/oncreate Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Install packages once, to prime the node_modules directory.
npm ci