Skip to content

Commit e127065

Browse files
committed
chore: wip
chore: wip
1 parent 0d37454 commit e127065

File tree

10 files changed

+12
-2
lines changed

10 files changed

+12
-2
lines changed

.stacks/core/actions/src/dev/views.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { runCommand } from '@stacksjs/cli'
22
import { frameworkStoragePath } from '@stacksjs/path'
33

44
await runCommand('bun run dev', {
5-
cwd: frameworkStoragePath('web'),
5+
cwd: frameworkStoragePath('views'),
66
// verbose: true,
77
})

docs/guide/composability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
What is the Composability-First Design pattern? Also known as "Atomic-First Design," read along for an explanation and to learn more about how these design principles to improve your development experience (DX).
44

5-
![Atomic UI & FX Design](../assets/diagram.png)
5+
![Atomic UI & FX Design](../resources/assets/images/diagram.png)
66

77
## The Why
88

resources/assets/audio/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Audio Files
2+
3+
This directory is intended to contain your audio files. You can organize them as you wish and may delete this folder if your project does not contain any audio files.

resources/assets/images/.gitkeep

Whitespace-only changes.

resources/assets/images/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Image Files
2+
3+
This directory is intended to contain your image files. You can organize them as you wish and may delete this folder if your project does not contain any image files.
File renamed without changes.

resources/assets/videos/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Video Files
2+
3+
This directory is intended to contain your video files. You can organize them as you wish and may delete this folder if your project does not contain any video files.

storage/framework/docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export default defineConfig({
1313
srcDir: p.projectPath('docs'),
1414
outDir: p.projectStoragePath('framework/docs/dist'),
1515
cacheDir: p.projectStoragePath('framework/cache/docs'),
16+
assetsDir: p.resourcePath('assets'),
1617
lastUpdated: true,
1718

1819
// sitemap: {

0 commit comments

Comments
 (0)