Files
Postiz-android/artifacts/postiz-mobile/.replit-artifact/artifact.toml
T
antoinepiron bbbcf9f586 Add core functionality for mobile post scheduling app
Adds necessary dependencies including axios and react-native-calendars to pnpm-lock.yaml.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 7b0991ce-c7b8-4c82-9acc-fd3f9e762a01
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: dc1266fa-8375-43e1-aca0-9df31350f647
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/86064bd6-c937-4ca5-a5bf-bbef5749fb60/7b0991ce-c7b8-4c82-9acc-fd3f9e762a01/kWnlAIM
Replit-Helium-Checkpoint-Created: true
2026-05-03 11:41:45 +00:00

28 lines
577 B
TOML

kind = "mobile"
previewPath = "/"
title = "PostizMobile"
version = "1.0.0"
id = "artifacts/postiz-mobile"
router = "expo-domain"
[[integratedSkills]]
name = "expo"
version = "1.0.0"
[[services]]
ensurePreviewReachable = "/status"
name = "expo"
paths = [ "/" ]
localPort = 20976
[services.development]
run = "pnpm --filter @workspace/postiz-mobile run dev"
[services.production]
build = [ "pnpm", "--filter", "@workspace/postiz-mobile", "run", "build" ]
run = [ "pnpm", "--filter", "@workspace/postiz-mobile", "run", "serve" ]
[services.env]
PORT = "20976"
BASE_PATH = "/"