Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
12
crates/rvlite/examples/dashboard/apply-changes.sh
Executable file
12
crates/rvlite/examples/dashboard/apply-changes.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Manual step-by-step application of SQL Schema Browser feature
|
||||
|
||||
echo "Applying SQL Schema Browser changes to App.tsx..."
|
||||
|
||||
# Read current file
|
||||
cp src/App.tsx src/App.tsx.working
|
||||
|
||||
echo "All changes will be applied manually via Edit tool..."
|
||||
echo "Please run the Edit commands one-by-one"
|
||||
|
||||
Reference in New Issue
Block a user