Skip to content

Commit 52daff8

Browse files
committed
chore: wip
chore: wip
1 parent b64d0c6 commit 52daff8

File tree

16 files changed

+39
-21
lines changed

16 files changed

+39
-21
lines changed

.stacks/core/path/src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ export function paymentsPath(path?: string) {
277277
export function projectPath(filePath = '') {
278278
let path = process.cwd()
279279

280+
// need to also account for this being called in the ./storage/framework folder
281+
while (path.includes('storage'))
282+
path = resolve(path, '..')
283+
280284
// simple way to determine the project path
281285
while (path.includes('.stacks'))
282286
path = resolve(path, '..')

.stacks/core/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
"@stacksjs/path": "workspace:*",
5454
"@stacksjs/router": "workspace:*",
5555
"@stacksjs/validation": "workspace:*",
56-
"vite": "^5.0.0-beta.20"
56+
"vite": "^5.0.0"
5757
},
5858
"dependencies": {
5959
"@stacksjs/config": "workspace:*",
6060
"@stacksjs/path": "workspace:*",
6161
"@stacksjs/router": "workspace:*",
6262
"@stacksjs/validation": "workspace:*",
63-
"vite": "^5.0.0-beta.20"
63+
"vite": "^5.0.0"
6464
},
6565
"devDependencies": {
6666
"@stacksjs/development": "workspace:*"

.stacks/core/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"unocss": "^0.57.4",
7373
"unplugin-auto-import": "^0.16.7",
7474
"unplugin-vue-components": "^0.25.2",
75-
"vite": "^5.0.0-beta.20",
75+
"vite": "^5.0.0",
7676
"vite-plugin-inspect": "^0.7.42",
7777
"vite-plugin-pwa": "^0.16.7",
7878
"vite-ssg": "^0.23.5",

.stacks/core/types/src/app.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ export interface AppOptions {
3131
*/
3232
name: string
3333

34+
/**
35+
* **Application Description**
36+
*
37+
* This value is the description of your application. This value is used when the
38+
* framework generates meta tags for the frontend.
39+
*/
40+
description: string
41+
3442
/**
3543
* **Application Environment**
3644
*

.stacks/core/vite-plugin-vue-layouts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
"devDependencies": {
6060
"@stacksjs/development": "workspace:*",
6161
"@types/debug": "^4.1.12",
62-
"vite": "^5.0.0-beta.20"
62+
"vite": "^5.0.0"
6363
}
6464
}

.stacks/core/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"prepublishOnly": "bun --bun run build"
9292
},
9393
"peerDependencies": {
94-
"vite": "^5.0.0-beta.20"
94+
"vite": "^5.0.0"
9595
},
9696
"dependencies": {
9797
"@stacksjs/alias": "workspace:*",
@@ -104,12 +104,12 @@
104104
"@stacksjs/types": "workspace:*",
105105
"@stacksjs/utils": "workspace:*",
106106
"@stacksjs/vite-plugin-vue-layouts": "workspace:*",
107-
"@vitejs/plugin-vue": "^4.4.1",
107+
"@vitejs/plugin-vue": "^4.5.0",
108108
"markdown-it-link-attributes": "^4.0.1",
109109
"markdown-it-shiki": "^0.9.0",
110110
"unplugin-auto-import": "^0.16.7",
111111
"unplugin-vue-components": "^0.25.2",
112-
"vite": "^5.0.0-beta.20",
112+
"vite": "^5.0.0",
113113
"vite-plugin-full-reload": "^1.0.5",
114114
"vite-plugin-inspect": "^0.7.42",
115115
"vite-plugin-pages": "^0.31.0",

.stacks/ide/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ sesv
228228
sfc
229229
sfcs
230230
shiki
231+
shikiji
231232
showcaseable
232233
singleline
233234
singlestore
@@ -290,6 +291,7 @@ vue-demi
290291
vueform
291292
vueuse
292293
wafv
294+
webfont
293295
whois
294296
wmaurer
295297
xvda

.stacks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@
348348
"buddy": "bun --bun run ./core/buddy/src/cli.ts",
349349
"build": "./scripts/build",
350350
"dev": "bunx pnpm --filter='./core/**' dev",
351+
"up": "bunx taze major -I",
351352
"publish:framework": "bunx pnpm --filter './.stacks' --filter './core/**' --filter './fonts/**' --filter './ide/vscode' publish --access public --no-git-checks",
352353
"publish:dummy-libs": "bun --bun run generate:entries && bunx pnpm --filter './libs/components/vue' --filter './libs/components/web' --filter './libs/functions' publish --access public --no-git-checks",
353354
"fresh": "bun buddy fresh",

.stacks/scripts/setup

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,11 @@ elif [ $(basename "/$0") != 'installer.sh' ]; then
156156
fi
157157

158158
eval "$(pkgx integrate)"
159+
160+
# todo: need to check if this repo already exists
161+
git clone https://github.com/stacksjs/stacks.git $1
162+
163+
cd $1
164+
165+
# need to log to console: "in order to finish the setup,
166+
# please run

.stacks/stacks/tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"meilisearch": "^0.35.0"
4242
},
4343
"dependencies": {
44-
"vite": "^5.0.0-beta.20"
44+
"vite": "^5.0.0"
4545
},
4646
"devDependencies": {
4747
"@stacksjs/development": "workspace:*"

0 commit comments

Comments
 (0)