chore: exclude local resource artifacts from main sync

This commit is contained in:
2026-05-15 10:16:45 +09:00
parent 442879313f
commit d38d022872
504 changed files with 17074 additions and 3642 deletions

View File

@@ -3,7 +3,7 @@ import path from 'node:path';
import process from 'node:process';
const DEFAULT_CAPTURE_STORAGE_KEY = 'work-app.token-access.registered-token';
const DEFAULT_CAPTURE_BASE_URL = 'https://test.sm-home.cloud/';
const DEFAULT_CAPTURE_BASE_URL = 'https://preview.sm-home.cloud/';
function stripWrappingQuotes(value) {
if (!value) {