heyiam 0.2.15 → 0.2.16

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.
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>app</title>
8
- <script type="module" crossorigin src="/assets/index-C-GP5fBe.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-DdllsgZR.css">
8
+ <script type="module" crossorigin src="/assets/index-dirMWpge.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-DT-fFQtC.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heyiam",
3
- "version": "0.2.15",
3
+ "version": "0.2.16",
4
4
  "description": "Turn AI coding sessions into portfolio case studies",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "scripts": {
25
- "build": "tsc && chmod +x dist/index.js && cp -r src/render/templates dist/render/templates && cd app && npx vite build && cp -r dist ../dist/public",
25
+ "build": "tsc && chmod +x dist/index.js && cp -r src/render/templates dist/render/templates && cd app && npx vite build && rm -rf ../dist/public && cp -r dist ../dist/public",
26
26
  "prepublishOnly": "npm run build && find dist -name '*.test.*' -delete",
27
27
  "dev": "npx concurrently \"npm:dev:api\" \"npm:dev:app\"",
28
28
  "dev:api": "tsx watch src/index.ts open --no-open",