Added listing of files and directories

This commit is contained in:
2025-12-23 12:25:24 +01:00
parent 7349624da9
commit 3a52b85dfb
8 changed files with 266 additions and 23 deletions

View File

@@ -12,7 +12,8 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"docker-build": "docker build -t jeopardy ."
"docker-build": "docker build -t jeopardy .",
"docker-dev": "./docker-dev.sh"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",