feat: rebrand application from Padel Pro to SmashPoint

Complete rename across all layers: UI branding, package names
(@smashpoint/web, @smashpoint/shared), infrastructure (Docker,
DB config), seed data, documentation, and logo/favicon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ivan
2026-02-08 02:46:29 +00:00
parent 242b8bad3d
commit 45ceeba9e3
27 changed files with 152 additions and 147 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "@padel-pro/shared",
"name": "@smashpoint/shared",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@padel-pro/shared",
"name": "@smashpoint/shared",
"version": "0.1.0",
"dependencies": {
"zod": "^3.22.4"

View File

@@ -1,5 +1,5 @@
{
"name": "@padel-pro/shared",
"name": "@smashpoint/shared",
"version": "0.1.0",
"private": true,
"main": "./src/index.ts",