indexed posts enums

This commit is contained in:
Dylan Knutson
2024-12-25 21:46:33 +00:00
parent 355da6932b
commit 2381df7d10
22 changed files with 205 additions and 83 deletions

10
.vscode/launch.json vendored
View File

@@ -7,10 +7,7 @@
"request": "launch",
"command": "bundle",
"script": "exec",
"args": [
"rails",
"server"
],
"args": ["rails", "server"],
"env": {
"RUBY_DEBUG_OPEN": "true",
"RAILS_ENV": "staging"
@@ -19,7 +16,8 @@
{
"type": "rdbg",
"name": "Attach rdbg",
"request": "attach"
"request": "attach",
"debugPort": "/tmp/rdbg-1000/rdbg-492838"
}
]
}
}