Skip to content

Commit d290036

Browse files
committed
chore: wip
chore: wip chore: wip
1 parent bf1627e commit d290036

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ _Develop dynamic UIs with helpers for atomic design, and much more._
3838
- 🎨 **UI Kit** _modern & deeply-integrated components_
3939
- 🌐 **Web** _“a routing & templating engine that makes sense”_
4040
- 🖥️ **Desktop** _transforms your web app into desktop app, plus more_
41+
- 📝 **Documentation** _markdown-based documentation, auto-generated_
4142
- 📚 **Library** _auto-builds & manages component & function libraries_
4243
- ⚡️ Powered by Bun, Nitro, Tauri, UnoCSS, Vite & Vue
4344

@@ -74,7 +75,7 @@ _Create your personal or professional Vercel-like cloud, based on MIT-licensed O
7475
- 🚏 **CDN** _zero-config, low-latency CDN, including request life-cycle hooks & optimized request compressions (Brotli & gzip)_
7576
- 🔀 **Domain** _version-controlled & zero-config domain management (e.g. DNS management)_
7677
- 🤖 **AI** _fine-tune a foundational model using your application data_
77-
- 📧 **Email** _secure & simplistic <easy-peasy@custom-domains.com> mailboxes_
78+
- 📧 **Email** _secure & zero-setup <easy-peasy@custom-domains.com> mailboxes_
7879
- 🔐 **Firewall** _native web application firewall support_
7980
- 📦 **Storage** _unlimited cloud storage & automatic backups_
8081
- 🚜 **Maintenance** _maintain your cloud infrastructure with ease using Buddy & Stacks_

bun.lockb

0 Bytes
Binary file not shown.

storage/framework/libs/components/vue/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"dist"
3232
],
3333
"scripts": {
34-
"build": "vite build -c ../build/components.ts",
34+
"dev": "vite -c ../../../stacks/core/vite/src/components.ts",
35+
"build": "vite build -c ../../../stacks/core/vite/src/components.ts",
3536
"prepublishOnly": "bun --bun run build"
3637
},
3738
"devDependencies": {
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.stx'
3+
export { default as AppHelloWorld } from '/Users/ChrisBreuer/Code/stacks/resources/components/HelloWorld'

0 commit comments

Comments
 (0)