Skip to content

Commit

Permalink
Merge pull request #86 from Ethanp210/main
Browse files Browse the repository at this point in the history
Automatically start when opened through codespaces.
  • Loading branch information
RedNotSus authored Jan 11, 2025
2 parents 778ad57 + 56c437e commit 06ddfde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"runOptions": {
"runOn": "folderOpen"
}
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "55gms game site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node ."
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 06ddfde

Please sign in to comment.