Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
theorm committed Mar 21, 2024
1 parent 54d6919 commit 6b0d819
Show file tree
Hide file tree
Showing 43 changed files with 10,002 additions and 1,789 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ protected-media

data/*.json
development.json
docker/*
docker/*

dist
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Nodemon: Attach",
"type": "node",
"request": "attach",
"port": 9229
}
]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"eslint.validate": [
"javascript",
"javascriptreact"
// "vue"
],
"vetur.experimental.templateInterpolationService": true,
"editor.formatOnSave": false
}
Loading

0 comments on commit 6b0d819

Please sign in to comment.