codesesh 0.1.0

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.
@@ -0,0 +1,16 @@
1
+
2
+ > codesesh@0.1.0 build /home/runner/work/codesesh/codesesh/packages/cli
3
+ > tsup && node scripts/copy-web-dist.js
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /home/runner/work/codesesh/codesesh/packages/cli/tsup.config.ts
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ ESM dist/index.js 9.09 KB
13
+ ESM dist/index.js.map 18.18 KB
14
+ ESM ⚡️ Build success in 21ms
15
+ ⚠️ Web dist not found at: /home/runner/work/codesesh/codesesh/apps/web/dist
16
+ Run 'pnpm --filter @codesesh/web build' first