Rename project and remove unused services

Update project name from teaboy-os to tx-os and remove obsolete services.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 3154f23a-748a-4118-aa41-fc01b7b1f04d
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/PVuelRZ
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
riyadhafraa
2026-04-22 10:52:09 +00:00
parent 1f23e65c0b
commit d0e6912017
115 changed files with 102 additions and 58 deletions
+7 -7
View File
@@ -3,42 +3,42 @@ outputs = []
[[generated]]
id = "eD84DGRCWiOa5scCp_Thx"
uri = "file://artifacts/teaboy-os/src/assets/login-art.png"
uri = "file://artifacts/tx-os/src/assets/login-art.png"
type = "image"
title = "login art"
[[generated]]
id = "Dy7wCo-RCUzJlVjqDJODC"
uri = "file://artifacts/teaboy-os/public/service-images/tea.png"
uri = "file://artifacts/tx-os/public/service-images/tea.png"
type = "image"
title = "generated_image"
[[generated]]
id = "zvodbXSr2tAsyVcYJXTxE"
uri = "file://artifacts/teaboy-os/public/service-images/arabic-coffee.png"
uri = "file://artifacts/tx-os/public/service-images/arabic-coffee.png"
type = "image"
title = "generated_image"
[[generated]]
id = "RyxcoHUo53xV4Vm4SIC9u"
uri = "file://artifacts/teaboy-os/public/service-images/water.png"
uri = "file://artifacts/tx-os/public/service-images/water.png"
type = "image"
title = "generated_image"
[[generated]]
id = "mxCcnlnUFIa-DVsz3EAkI"
uri = "file://artifacts/teaboy-os/public/service-images/nescafe.png"
uri = "file://artifacts/tx-os/public/service-images/nescafe.png"
type = "image"
title = "generated_image"
[[generated]]
id = "BsyqgR_m14Yf0_KjQ7IG8"
uri = "file://artifacts/teaboy-os/public/service-images/juice.png"
uri = "file://artifacts/tx-os/public/service-images/juice.png"
type = "image"
title = "generated_image"
[[generated]]
id = "rNA7O4IB9yyq38zpUWFi6"
uri = "file://artifacts/teaboy-os/public/service-images/soft-drink.png"
uri = "file://artifacts/tx-os/public/service-images/soft-drink.png"
type = "image"
title = "generated_image"
+2 -2
View File
@@ -26,10 +26,10 @@ author = "agent"
[[workflows.workflow.tasks]]
task = "shell.exec"
args = "pnpm --filter @workspace/api-server test && pnpm --filter @workspace/teaboy-os test:e2e"
args = "pnpm --filter @workspace/api-server test && pnpm --filter @workspace/tx-os test:e2e"
[workflows.workflow.metadata]
isValidation = true
outputType = "console"
[agent]
stack = "PNPM_WORKSPACE"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@@ -1,8 +1,8 @@
kind = "web"
previewPath = "/"
title = "TeaBoy OS"
title = "Tx OS"
version = "1.0.0"
id = "artifacts/teaboy-os"
id = "artifacts/tx-os"
router = "path"
[[integratedSkills]]
@@ -15,11 +15,11 @@ paths = [ "/" ]
localPort = 25785
[services.development]
run = "pnpm --filter @workspace/teaboy-os run dev"
run = "pnpm --filter @workspace/tx-os run dev"
[services.production]
build = [ "pnpm", "--filter", "@workspace/teaboy-os", "run", "build" ]
publicDir = "artifacts/teaboy-os/dist/public"
build = [ "pnpm", "--filter", "@workspace/tx-os", "run", "build" ]
publicDir = "artifacts/tx-os/dist/public"
serve = "static"
[[services.production.rewrites]]
@@ -1,5 +1,5 @@
{
"name": "@workspace/teaboy-os",
"name": "@workspace/tx-os",
"version": "0.0.0",
"private": true,
"type": "module",

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 163 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before

Width:  |  Height:  |  Size: 926 KiB

After

Width:  |  Height:  |  Size: 926 KiB

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before

Width:  |  Height:  |  Size: 1007 KiB

After

Width:  |  Height:  |  Size: 1007 KiB

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Some files were not shown because too many files have changed in this diff Show More