vscode/.devcontainer/post-create.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
34 B
Bash
Raw Normal View History

2024-11-15 06:29:18 +00:00
#!/bin/sh
npm i
npm run electron