Migrate to Rais 8.0
- Remove all Rodauth stuff and implement simple custom auth - Migrate from sprockets to propshaft, hack some bootstrap stuff
This commit is contained in:
parent
0198a22278
commit
c35c7da6e0
66 changed files with 518 additions and 684 deletions
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
|
|
@ -4,16 +4,11 @@
|
|||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
// {
|
||||
// "type": "rdbg",
|
||||
// "request": "attach",
|
||||
// "name": "Attach to a debuggee"
|
||||
// },
|
||||
{
|
||||
"type": "ruby_lsp",
|
||||
"name": "Debug server",
|
||||
"request": "attach",
|
||||
"preLaunchTask": "dev"
|
||||
},
|
||||
"preLaunchTask": "dev",
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue