@lls/vitescripts 1.1.8 → 1.1.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/vitescripts",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
4
4
  "description": "lls vite plugins",
5
5
  "main": "src/index.mjs",
6
6
  "files": [
@@ -36,7 +36,7 @@ const llsSideRefreshMetaPlugin = ({ viewer: iViewer, superkit: iSuperkit, kit: i
36
36
  // kit has no public/assets folder, and should fallback to next case (/lib)
37
37
  ...(dirname === 'lls-kit'
38
38
  ? {}
39
- : { ['@lls/' + dirname + '/lib/assets']: path.join(projectPath, 'public/assets') }
39
+ : { ['@lls/' + dirname + '/lib/assets']: path.join(projectPath, 'static/assets') }
40
40
  ),
41
41
  // handle multiple cases : @lls/superkit/lib, @lls/superkit, @superkit, or alias import
42
42
  ['@lls/' + dirname + '/lib']: path.join(projectPath, 'src'),