@shepai/cli 1.35.1 → 1.35.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.js +3 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/lifecycle-context.d.ts +26 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/lifecycle-context.d.ts.map +1 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/lifecycle-context.js +61 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.js +8 -0
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge.node.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/merge.node.js +12 -8
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +5 -1
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.d.ts.map +1 -1
- package/dist/packages/core/src/infrastructure/services/git/git-pr.service.js +21 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/required-server-files.js +1 -1
- package/web/.next/required-server-files.json +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/src/presentation/web/.next/required-server-files.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/server.js +1 -1
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- /package/web/.next/static/{_6QZh55r5rZlPal4MMGV8 → aMt5PeCCyLYG-zTyUFrpm}/_buildManifest.js +0 -0
- /package/web/.next/static/{_6QZh55r5rZlPal4MMGV8 → aMt5PeCCyLYG-zTyUFrpm}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{_6QZh55r5rZlPal4MMGV8 → aMt5PeCCyLYG-zTyUFrpm}/_ssgManifest.js +0 -0
|
@@ -15,7 +15,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
|
|
|
15
15
|
const hostname = process.env.HOSTNAME || '0.0.0.0'
|
|
16
16
|
|
|
17
17
|
let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
|
|
18
|
-
const nextConfig = {"env":{"NEXT_PUBLIC_SHEP_VERSION":"1.35.
|
|
18
|
+
const nextConfig = {"env":{"NEXT_PUBLIC_SHEP_VERSION":"1.35.2","NEXT_PUBLIC_SHEP_PACKAGE_NAME":"@shepai/cli","NEXT_PUBLIC_SHEP_DESCRIPTION":"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy"},"webpack":null,"typescript":{"ignoreBuildErrors":false},"typedRoutes":true,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.ts","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/home/runner/work/cli/cli","cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"dynamicOnHover":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":3,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":false,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":false,"lockDistDir":true,"isolatedDevBuild":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":false,"optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.ts","serverExternalPackages":["tsyringe","reflect-metadata","better-sqlite3"],"turbopack":{"root":"/home/runner/work/cli/cli"},"distDirRoot":".next"}
|
|
19
19
|
|
|
20
20
|
process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
|
|
21
21
|
|
package/web/.next/trace
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":179,"timestamp":69778474,"id":4,"parentId":1,"tags":{},"startTime":1771528652167,"traceId":"0271c1bc3a81f3b5"},{"name":"load-custom-routes","duration":261,"timestamp":69778737,"id":5,"parentId":1,"tags":{},"startTime":1771528652167,"traceId":"0271c1bc3a81f3b5"},{"name":"create-dist-dir","duration":174,"timestamp":69779041,"id":6,"parentId":1,"tags":{},"startTime":1771528652167,"traceId":"0271c1bc3a81f3b5"},{"name":"clean","duration":158,"timestamp":69779556,"id":7,"parentId":1,"tags":{},"startTime":1771528652168,"traceId":"0271c1bc3a81f3b5"},{"name":"create-pages-mapping","duration":210,"timestamp":69822940,"id":8,"parentId":1,"tags":{},"startTime":1771528652211,"traceId":"0271c1bc3a81f3b5"},{"name":"collect-app-files","duration":2106,"timestamp":69823186,"id":9,"parentId":1,"tags":{},"startTime":1771528652212,"traceId":"0271c1bc3a81f3b5"},{"name":"create-app-mapping","duration":874,"timestamp":69825316,"id":10,"parentId":1,"tags":{},"startTime":1771528652214,"traceId":"0271c1bc3a81f3b5"},{"name":"create-app-layouts","duration":130,"timestamp":69826214,"id":11,"parentId":1,"tags":{},"startTime":1771528652215,"traceId":"0271c1bc3a81f3b5"},{"name":"collect-default-files","duration":594,"timestamp":69828236,"id":13,"parentId":1,"tags":{},"startTime":1771528652217,"traceId":"0271c1bc3a81f3b5"},{"name":"generate-route-types","duration":11952,"timestamp":69827737,"id":12,"parentId":1,"tags":{},"startTime":1771528652216,"traceId":"0271c1bc3a81f3b5"},{"name":"public-dir-conflict-check","duration":70,"timestamp":69839725,"id":14,"parentId":1,"tags":{},"startTime":1771528652228,"traceId":"0271c1bc3a81f3b5"},{"name":"generate-routes-manifest","duration":2035,"timestamp":69839842,"id":15,"parentId":1,"tags":{},"startTime":1771528652228,"traceId":"0271c1bc3a81f3b5"},{"name":"run-turbopack","duration":6847811,"timestamp":69844812,"id":17,"parentId":1,"tags":{},"startTime":1771528652233,"traceId":"0271c1bc3a81f3b5"},{"name":"run-typescript","duration":5117988,"timestamp":76698886,"id":19,"parentId":1,"tags":{},"startTime":1771528659087,"traceId":"0271c1bc3a81f3b5"},{"name":"generate-required-server-files","duration":1389,"timestamp":81817333,"id":21,"parentId":1,"tags":{},"startTime":1771528664206,"traceId":"0271c1bc3a81f3b5"},{"name":"check-static-error-page","duration":3081,"timestamp":81861703,"id":23,"parentId":22,"tags":{},"startTime":1771528664250,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":230796,"timestamp":81867276,"id":36,"parentId":25,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":234948,"timestamp":81863209,"id":25,"parentId":22,"tags":{"page":"/_global-error"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":248164,"timestamp":81867457,"id":37,"parentId":26,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":252321,"timestamp":81863348,"id":26,"parentId":22,"tags":{"page":"/api/agent-events"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":267945,"timestamp":81867733,"id":39,"parentId":28,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":272272,"timestamp":81863462,"id":28,"parentId":22,"tags":{"page":"/api/dialog/pick-folder"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":274981,"timestamp":81867796,"id":40,"parentId":29,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":279583,"timestamp":81863522,"id":29,"parentId":22,"tags":{"page":"/api/features/[id]"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":277207,"timestamp":81867931,"id":41,"parentId":30,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":281635,"timestamp":81863567,"id":30,"parentId":22,"tags":{"page":"/api/features/create"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":280462,"timestamp":81868017,"id":42,"parentId":31,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":284893,"timestamp":81863616,"id":31,"parentId":22,"tags":{"page":"/api/ide/open"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":282411,"timestamp":81868181,"id":43,"parentId":32,"tags":{},"startTime":1771528664257,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":286954,"timestamp":81863661,"id":32,"parentId":22,"tags":{"page":"/api/shell/open"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":295140,"timestamp":81867060,"id":35,"parentId":24,"tags":{},"startTime":1771528664255,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":299842,"timestamp":81862383,"id":24,"parentId":22,"tags":{"page":"/_not-found"},"startTime":1771528664251,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":297632,"timestamp":81873996,"id":44,"parentId":34,"tags":{},"startTime":1771528664262,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":306967,"timestamp":81864682,"id":34,"parentId":22,"tags":{"page":"/version"},"startTime":1771528664253,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":311848,"timestamp":81867668,"id":38,"parentId":27,"tags":{},"startTime":1771528664256,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":316130,"timestamp":81863412,"id":27,"parentId":22,"tags":{"page":"/api/dialog/pick-files"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"is-page-static","duration":309984,"timestamp":81874061,"id":45,"parentId":33,"tags":{},"startTime":1771528664262,"traceId":"0271c1bc3a81f3b5"},{"name":"check-page","duration":320346,"timestamp":81863714,"id":33,"parentId":22,"tags":{"page":"/"},"startTime":1771528664252,"traceId":"0271c1bc3a81f3b5"},{"name":"static-check","duration":322948,"timestamp":81861140,"id":22,"parentId":1,"tags":{},"startTime":1771528664249,"traceId":"0271c1bc3a81f3b5"},{"name":"write-routes-manifest","duration":210,"timestamp":82184511,"id":47,"parentId":1,"tags":{},"startTime":1771528664573,"traceId":"0271c1bc3a81f3b5"},{"name":"load-dotenv","duration":31,"timestamp":82191552,"id":50,"parentId":49,"tags":{},"startTime":1771528664580,"traceId":"0271c1bc3a81f3b5"},{"name":"run-export-path-map","duration":275,"timestamp":82193306,"id":51,"parentId":49,"tags":{},"startTime":1771528664582,"traceId":"0271c1bc3a81f3b5"},{"name":"next-export","duration":66258,"timestamp":82190731,"id":49,"parentId":1,"tags":{},"startTime":1771528664579,"traceId":"0271c1bc3a81f3b5"},{"name":"move-exported-app-global-error-","duration":1127,"timestamp":82258720,"id":52,"parentId":48,"tags":{},"startTime":1771528664647,"traceId":"0271c1bc3a81f3b5"},{"name":"static-generation","duration":73632,"timestamp":82187150,"id":48,"parentId":1,"tags":{},"startTime":1771528664575,"traceId":"0271c1bc3a81f3b5"},{"name":"write-routes-manifest","duration":165,"timestamp":82260881,"id":53,"parentId":1,"tags":{},"startTime":1771528664649,"traceId":"0271c1bc3a81f3b5"},{"name":"write-standalone-directory","duration":179732,"timestamp":82264765,"id":55,"parentId":1,"tags":{},"startTime":1771528664653,"traceId":"0271c1bc3a81f3b5"},{"name":"output-standalone","duration":179883,"timestamp":82264628,"id":54,"parentId":1,"tags":{},"startTime":1771528664653,"traceId":"0271c1bc3a81f3b5"},{"name":"print-tree-view","duration":1881,"timestamp":82444611,"id":56,"parentId":1,"tags":{},"startTime":1771528664833,"traceId":"0271c1bc3a81f3b5"},{"name":"telemetry-flush","duration":62,"timestamp":82446503,"id":57,"parentId":1,"tags":{},"startTime":1771528664835,"traceId":"0271c1bc3a81f3b5"},{"name":"next-build","duration":12857096,"timestamp":69589480,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771528651978,"traceId":"0271c1bc3a81f3b5"}]
|
package/web/.next/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-turbopack","duration":
|
|
1
|
+
[{"name":"run-turbopack","duration":6847811,"timestamp":69844812,"id":17,"parentId":1,"tags":{},"startTime":1771528652233,"traceId":"0271c1bc3a81f3b5"},{"name":"run-typescript","duration":5117988,"timestamp":76698886,"id":19,"parentId":1,"tags":{},"startTime":1771528659087,"traceId":"0271c1bc3a81f3b5"},{"name":"static-check","duration":322948,"timestamp":81861140,"id":22,"parentId":1,"tags":{},"startTime":1771528664249,"traceId":"0271c1bc3a81f3b5"},{"name":"static-generation","duration":73632,"timestamp":82187150,"id":48,"parentId":1,"tags":{},"startTime":1771528664575,"traceId":"0271c1bc3a81f3b5"},{"name":"output-standalone","duration":179883,"timestamp":82264628,"id":54,"parentId":1,"tags":{},"startTime":1771528664653,"traceId":"0271c1bc3a81f3b5"},{"name":"telemetry-flush","duration":62,"timestamp":82446503,"id":57,"parentId":1,"tags":{},"startTime":1771528664835,"traceId":"0271c1bc3a81f3b5"},{"name":"next-build","duration":12857096,"timestamp":69589480,"id":1,"tags":{"buildMode":"default","version":"16.1.6","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1771528651978,"traceId":"0271c1bc3a81f3b5"}]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|