mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Merge pull request #30 from vgcman16/codex/update-import-script-and-remove-text
Fix update-imports script newline
This commit is contained in:
commit
84097cb0e3
@ -4,4 +4,4 @@
|
||||
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/settings.types|~/components/@settings/core/types|g'
|
||||
|
||||
# Update imports for specific components
|
||||
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/|~/components/@settings/tabs/|g'
|
||||
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/|~/components/@settings/tabs/|g'
|
||||
|
Loading…
Reference in New Issue
Block a user