added gameboard
This commit is contained in:
parent
93d278340e
commit
fa36efa455
68 changed files with 7800 additions and 1 deletions
19
gameboard-service/.devcontainer/devcontainer.json
Normal file
19
gameboard-service/.devcontainer/devcontainer.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "board.battlesnake.local",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
|
||||
"postCreateCommand": "npm install",
|
||||
"forwardPorts": [3005],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["svelte.svelte-vscode", "esbenp.prettier-vscode", "dbaeumer.vscode-eslint"],
|
||||
"settings": {
|
||||
"editor.tabSize": 2,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"eslint.validate": ["javascript", "svelte", "typescript"],
|
||||
"prettier.requireConfig": true,
|
||||
"svelte.enable-ts-plugin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue