Forgejo workflows (new), GitHub workflow tweaks, .gitignore/.vscode, root package-lock, rustfmt.toml, scripts/* updates, docs/ updates including data-flow / authentication / server-setup, CLAUDE.md and README updates.
10 lines
271 B
JSON
10 lines
271 B
JSON
{
|
|
"jest.jestCommandLine": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
|
|
"jest.rootPath": "plugin",
|
|
"files.exclude": {
|
|
"**/dist": true,
|
|
"**/node_modules": true,
|
|
"**/.sqlx": true,
|
|
"**/target": true
|
|
}
|
|
}
|