Skip to content

Commit cbfa153

Browse files
committed
chore: wip
1 parent 6a42fce commit cbfa153

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

bun.lockb

39.1 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Note
2+
3+
Please note, that these files are auto-generated by the framework and are not meant to be edited directly unless you know what you are doing.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import '@unocss/reset/tailwind.css'
22

3-
export { default as AppHelloWorld } from '/Users/ChrisBreuer/Code/stacks/resources/components/HelloWorld'
3+
export { default as AppHelloWorld } from '/Users/ChrisBreuer/Code/stacks/resources/components/HelloWorld.stx'

storage/framework/stacks/core/vite/src/plugin/auto-imports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function autoImports(options?: AutoImportsOptions): Plugin {
2525
],
2626
dts: p.frameworkStoragePath('types/auto-imports.d.ts'),
2727
dirs: [
28+
p.resourcesPath('components'),
2829
p.resourcesPath('functions'),
2930
p.resourcesPath('stores'),
3031
p.frameworkPath('src'),

storage/framework/stacks/core/vite/src/plugin/ui-engine.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LinkAttributes from 'markdown-it-link-attributes'
55
import Shiki from 'markdown-it-shikiji'
66

77
export function uiEngine(isWebComponent = false): Plugin {
8-
const include = [/\.stx/, /\.vue$/, /\.md$/]
8+
const include = [/\.stx$/, /\.vue$/, /\.md$/]
99

1010
if (isWebComponent) {
1111
return Vue({

0 commit comments

Comments
 (0)