Rebrand Pinscope to Periscope across product and codebase.
Rename the core package to periscopex, update UI/docs/Docker/deploy defaults to periscope.michelebigi.it, and keep legacy version/storage key aliases so existing projects keep working. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -49,7 +49,7 @@ def main():
|
||||
print("No patterns found — nothing to deduplicate")
|
||||
return
|
||||
|
||||
from backend.pinscopex.resolve_passives import resolve_mpn
|
||||
from backend.periscopex.resolve_passives import resolve_mpn
|
||||
|
||||
# List all library datasheet PDFs
|
||||
all_ds_keys = storage.list_recursive("library/datasheets/")
|
||||
|
||||
Reference in New Issue
Block a user