mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-28 01:09:11 +03:00
93decaceab
* fix: wip better field metadata validation * fix: remove files * fix: default value and options validation * fix: small fix * fix: try to limit patch * fix: tests * Update server/src/metadata/field-metadata/validators/is-field-metadata-options.validator.ts Co-authored-by: Weiko <corentin@twenty.com> * fix: lint * fix: standard fields update security --------- Co-authored-by: Weiko <corentin@twenty.com>
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Server Debug",
|
|
"runtimeExecutable": "yarn",
|
|
"cwd": "${workspaceFolder}/server",
|
|
"runtimeArgs": [
|
|
"start:debug",
|
|
"--",
|
|
"--inspect-brk"
|
|
],
|
|
"console": "integratedTerminal",
|
|
"restart": true,
|
|
"protocol": "auto",
|
|
"port": 9229,
|
|
"autoAttachChildProcesses": true
|
|
}
|
|
]
|
|
} |