- Added scanning and metadata tracking for non-markdown files (images, PDFs, videos, code files) - Redesigned drawings editor header with new toolbar layout and dropdown menus - Added file picker dropdown to easily open existing .excalidraw files - Implemented new file creation flow with auto-generated filenames - Added export options menu with PNG/SVG/JSON export variants - Updated proxy config to support vault file access - Adde
15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:4000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "warn"
|
|
},
|
|
"/vault": {
|
|
"target": "http://localhost:4000",
|
|
"secure": false,
|
|
"changeOrigin": true,
|
|
"logLevel": "warn"
|
|
}
|
|
}
|