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
@@ -3,42 +3,42 @@ outputs = []
|
|||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "eD84DGRCWiOa5scCp_Thx"
|
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"
|
type = "image"
|
||||||
title = "login art"
|
title = "login art"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "Dy7wCo-RCUzJlVjqDJODC"
|
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"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "zvodbXSr2tAsyVcYJXTxE"
|
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"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "RyxcoHUo53xV4Vm4SIC9u"
|
id = "RyxcoHUo53xV4Vm4SIC9u"
|
||||||
uri = "file://artifacts/teaboy-os/public/service-images/water.png"
|
uri = "file://artifacts/tx-os/public/service-images/water.png"
|
||||||
type = "image"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "mxCcnlnUFIa-DVsz3EAkI"
|
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"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "BsyqgR_m14Yf0_KjQ7IG8"
|
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"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|
||||||
[[generated]]
|
[[generated]]
|
||||||
id = "rNA7O4IB9yyq38zpUWFi6"
|
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"
|
type = "image"
|
||||||
title = "generated_image"
|
title = "generated_image"
|
||||||
|
|||||||
@@ -26,10 +26,10 @@ author = "agent"
|
|||||||
|
|
||||||
[[workflows.workflow.tasks]]
|
[[workflows.workflow.tasks]]
|
||||||
task = "shell.exec"
|
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]
|
[workflows.workflow.metadata]
|
||||||
isValidation = true
|
outputType = "console"
|
||||||
|
|
||||||
[agent]
|
[agent]
|
||||||
stack = "PNPM_WORKSPACE"
|
stack = "PNPM_WORKSPACE"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB |
@@ -1,8 +1,8 @@
|
|||||||
kind = "web"
|
kind = "web"
|
||||||
previewPath = "/"
|
previewPath = "/"
|
||||||
title = "TeaBoy OS"
|
title = "Tx OS"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
id = "artifacts/teaboy-os"
|
id = "artifacts/tx-os"
|
||||||
router = "path"
|
router = "path"
|
||||||
|
|
||||||
[[integratedSkills]]
|
[[integratedSkills]]
|
||||||
@@ -15,11 +15,11 @@ paths = [ "/" ]
|
|||||||
localPort = 25785
|
localPort = 25785
|
||||||
|
|
||||||
[services.development]
|
[services.development]
|
||||||
run = "pnpm --filter @workspace/teaboy-os run dev"
|
run = "pnpm --filter @workspace/tx-os run dev"
|
||||||
|
|
||||||
[services.production]
|
[services.production]
|
||||||
build = [ "pnpm", "--filter", "@workspace/teaboy-os", "run", "build" ]
|
build = [ "pnpm", "--filter", "@workspace/tx-os", "run", "build" ]
|
||||||
publicDir = "artifacts/teaboy-os/dist/public"
|
publicDir = "artifacts/tx-os/dist/public"
|
||||||
serve = "static"
|
serve = "static"
|
||||||
|
|
||||||
[[services.production.rewrites]]
|
[[services.production.rewrites]]
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@workspace/teaboy-os",
|
"name": "@workspace/tx-os",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 163 B |
|
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 |