stacks 0.58.41 → 0.58.44

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.
Files changed (129) hide show
  1. package/core/actions/dist/src/build/core.js +10 -14
  2. package/core/actions/dist/src/lint/index.js +11 -15
  3. package/core/actions/dist/src/upgrade/index.js +62 -0
  4. package/core/actions/dist/src/upgrade.js +10 -5
  5. package/core/actions/package.json +1 -1
  6. package/core/actions/src/build/cli.ts +7 -0
  7. package/core/actions/src/build/core.ts +16 -48
  8. package/core/actions/src/dev/api.ts +1 -1
  9. package/core/actions/src/lint/index.ts +20 -12
  10. package/core/actions/src/upgrade/index.ts +16 -20
  11. package/core/actions/src/upgrade.ts +5 -5
  12. package/core/ai/dist/index.js +10372 -0
  13. package/core/ai/package.json +3 -3
  14. package/core/alias/package.json +1 -1
  15. package/core/analytics/package.json +1 -1
  16. package/core/api/dist/index.js +636 -0
  17. package/core/api/package.json +1 -1
  18. package/core/arrays/package.json +1 -1
  19. package/core/auth/package.json +1 -1
  20. package/core/buddy/{src/compile.ts → compile.ts} +1 -2
  21. package/core/buddy/dist/{chunk-c58676a39cd23812.js → chunk-b32089b9556f373c.js} +48 -14
  22. package/core/buddy/dist/cli.js +6 -2
  23. package/core/buddy/dist/index.js +1 -1
  24. package/core/buddy/package.json +1 -1
  25. package/core/buddy/src/cli.ts +2 -3
  26. package/core/buddy/src/commands/build.ts +55 -10
  27. package/core/buddy/src/commands/lint.ts +2 -1
  28. package/core/buddy/src/commands/upgrade.ts +2 -2
  29. package/core/build/package.json +1 -1
  30. package/core/bun-create/bud/package.json +1 -1
  31. package/core/bun-create/buddy/package.json +1 -1
  32. package/core/bun-create/stack/package.json +1 -1
  33. package/core/bun-create/stacks/package.json +1 -1
  34. package/core/bun-create/stx/package.json +1 -1
  35. package/core/bun-plugin-yaml/package.json +1 -1
  36. package/core/cache/package.json +2 -2
  37. package/core/chat/package.json +1 -1
  38. package/core/cli/dist/index.js +1 -1
  39. package/core/cli/package.json +1 -1
  40. package/core/cloud/build.ts +4 -0
  41. package/core/cloud/dist/index.js +2718 -0
  42. package/core/cloud/package.json +29 -29
  43. package/core/cloud/src/cloud/ai.ts +4 -34
  44. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  45. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  46. package/core/cloud/src/cloud/cdn.ts +23 -23
  47. package/core/cloud/src/cloud/compute.ts +1 -0
  48. package/core/cloud/src/cloud/index.ts +1 -0
  49. package/core/collections/package.json +1 -1
  50. package/core/config/dist/index.js +2 -13
  51. package/core/config/package.json +1 -1
  52. package/core/database/package.json +2 -2
  53. package/core/datetime/package.json +1 -1
  54. package/core/desktop/package.json +3 -5
  55. package/core/development/package.json +1 -1
  56. package/core/dns/package.json +4 -4
  57. package/core/docs/package.json +1 -1
  58. package/core/email/package.json +1 -1
  59. package/core/enums/dist/index.js +3 -3
  60. package/core/enums/package.json +1 -1
  61. package/core/enums/src/index.ts +3 -3
  62. package/core/env/package.json +1 -1
  63. package/core/error-handling/package.json +1 -1
  64. package/core/eslint-config/package.json +4 -4
  65. package/core/events/package.json +1 -1
  66. package/core/faker/package.json +1 -1
  67. package/core/git/package.json +1 -1
  68. package/core/health/package.json +1 -1
  69. package/core/http/package.json +1 -1
  70. package/core/lint/package.json +1 -1
  71. package/core/logging/package.json +1 -1
  72. package/core/notifications/package.json +1 -1
  73. package/core/objects/package.json +1 -1
  74. package/core/orm/package.json +1 -1
  75. package/core/path/dist/index.js +14 -2
  76. package/core/path/package.json +1 -1
  77. package/core/path/src/index.ts +18 -2
  78. package/core/payments/package.json +1 -1
  79. package/core/push/dist/index.js +35 -0
  80. package/core/push/package.json +1 -1
  81. package/core/query-builder/package.json +1 -1
  82. package/core/queue/package.json +1 -1
  83. package/core/raycast/package.json +6 -2
  84. package/core/realtime/package.json +1 -1
  85. package/core/repl/package.json +1 -1
  86. package/core/router/dist/index.js +1 -2
  87. package/core/router/package.json +1 -1
  88. package/core/router/src/middleware.ts +1 -3
  89. package/core/scheduler/package.json +1 -1
  90. package/core/search-engine/package.json +1 -1
  91. package/core/security/package.json +1 -1
  92. package/core/server/package.json +1 -1
  93. package/core/signals/package.json +1 -1
  94. package/core/slug/package.json +1 -1
  95. package/core/sms/dist/index.js +240 -0
  96. package/core/sms/package.json +1 -1
  97. package/core/storage/dist/index.js +3 -1
  98. package/core/storage/package.json +1 -1
  99. package/core/storage/src/zip.ts +3 -6
  100. package/core/strings/package.json +1 -1
  101. package/core/tables/package.json +2 -2
  102. package/core/testing/package.json +1 -1
  103. package/core/tinker/package.json +1 -1
  104. package/core/tunnel/package.json +1 -1
  105. package/core/types/package.json +2 -2
  106. package/core/types/src/cli.ts +2 -2
  107. package/core/ui/dist/index.js +4 -2
  108. package/core/ui/package.json +2 -2
  109. package/core/ui/src/uno.config.ts +2 -1
  110. package/core/utils/dist/index.js +1 -1
  111. package/core/utils/package.json +1 -1
  112. package/core/validation/package.json +3 -3
  113. package/core/vite/dist/index.js +2 -10
  114. package/core/vite/package.json +3 -3
  115. package/core/vite/src/api.ts +9 -11
  116. package/core/vite/src/example-vue.ts +1 -8
  117. package/core/whois/package.json +1 -1
  118. package/core/x-ray/package.json +2 -3
  119. package/core/x-ray/src/desktop/main.ts +0 -6
  120. package/core/zsh-buddy/package.json +8 -2
  121. package/ide/dictionary.txt +6 -0
  122. package/ide/vscode/package.json +1 -1
  123. package/package.json +2 -2
  124. package/core/music/package.json +0 -46
  125. package/core/music/src/components/SampleComponent.stx +0 -5
  126. package/core/music/src/layouts/default.stx +0 -3
  127. package/core/music/src/pages/index.stx +0 -10
  128. package/core/music/src/pages/music.stx +0 -10
  129. package/core/music/src/styles/main.css +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tunnel",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  "@types/minimatch": "^5.1.2",
64
64
  "@types/node": "^20.11.10",
65
65
  "@types/nprogress": "^0.2.3",
66
- "@vinejs/vine": "^1.7.0",
66
+ "@vinejs/vine": "^1.7.1",
67
67
  "cac": "^6.7.14",
68
68
  "markdown-it": "^14.0.0",
69
69
  "meilisearch": "^0.37.0",
@@ -179,7 +179,7 @@ export type ActionOptions = {
179
179
  'count'?: number
180
180
  } & CliOptions & DomainsOptions
181
181
 
182
- export type BuildOption = 'components' | 'vueComponents' | 'webComponents' | 'elements' | 'functions' | 'docs' | 'pages' | 'stacks' | 'all'
182
+ export type BuildOption = 'components' | 'vueComponents' | 'webComponents' | 'elements' | 'functions' | 'docs' | 'views' | 'stacks' | 'all' | 'buddy'
183
183
  export type BuildOptions = {
184
184
  [key in BuildOption]: boolean;
185
185
  } & CliOptions
@@ -190,7 +190,7 @@ export type AddOptions = {
190
190
  } & CliOptions
191
191
 
192
192
  export type CreateStringOption = 'name'
193
- export type CreateBooleanOption = 'ui' | 'components' | 'web-components' | 'vue' | 'pages' | 'functions' | 'api' | 'database'
193
+ export type CreateBooleanOption = 'ui' | 'components' | 'web-components' | 'vue' | 'views' | 'functions' | 'api' | 'database'
194
194
  export type CreateOptions = {
195
195
  [key in CreateBooleanOption]: boolean
196
196
  } & {
@@ -1,7 +1,7 @@
1
1
  // @bun
2
2
  // src/index.ts
3
3
  import * as CssEngine from "unocss";
4
- import {presetForms} from "@julr/unocss-preset-forms";
4
+ import {presetForms as presetForms2} from "@julr/unocss-preset-forms";
5
5
  import * as UiEngine from "vue";
6
6
  import * as Store from "pinia";
7
7
  import {ui as ui2} from "@stacksjs/config";
@@ -68,6 +68,7 @@ var presetHeadlessUi = function(options = {}) {
68
68
 
69
69
  // src/uno.config.ts
70
70
  import {ui} from "@stacksjs/config";
71
+ import {presetForms} from "@julr/unocss-preset-forms";
71
72
  var uno_config_default = defineConfig({
72
73
  shortcuts: ui.shortcuts,
73
74
  content: {
@@ -81,6 +82,7 @@ var uno_config_default = defineConfig({
81
82
  presetUno(),
82
83
  presetAttributify(),
83
84
  presetHeadlessUi(),
85
+ presetForms(),
84
86
  presetTypography(),
85
87
  presetIcons({
86
88
  prefix: "i-",
@@ -111,7 +113,7 @@ var uno_config_default = defineConfig({
111
113
  });
112
114
  export {
113
115
  ui2 as ui,
114
- presetForms,
116
+ presetForms2 as presetForms,
115
117
  uno_config_default as UnocssConfig,
116
118
  UiEngine,
117
119
  Store,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -72,7 +72,7 @@
72
72
  "@iconify-json/heroicons": "^1.1.19",
73
73
  "@iconify-json/heroicons-outline": "^1.1.10",
74
74
  "@iconify-json/heroicons-solid": "^1.1.11",
75
- "@iconify/json": "^2.2.175",
75
+ "@iconify/json": "^2.2.176",
76
76
  "@julr/unocss-preset-forms": "^0.1.0",
77
77
  "@stacksjs/build": "workspace:*",
78
78
  "@stacksjs/config": "workspace:*",
@@ -11,6 +11,7 @@ import {
11
11
  } from 'unocss'
12
12
  import { presetHeadlessUi } from 'unocss-preset-primitives'
13
13
  import { ui } from '@stacksjs/config'
14
+ import { presetForms } from '@julr/unocss-preset-forms'
14
15
 
15
16
  export default defineConfig({
16
17
  shortcuts: ui.shortcuts,
@@ -29,7 +30,7 @@ export default defineConfig({
29
30
  presetUno(), // allows for Tailwind utility classes
30
31
  presetAttributify(),
31
32
  presetHeadlessUi(),
32
- // presetForms(), // allows for form Tailwind's form styling
33
+ presetForms(), // allows for form Tailwind's form styling
33
34
  presetTypography(),
34
35
  presetIcons({
35
36
  prefix: 'i-',
@@ -884,7 +884,7 @@ function prettyBytes(number, options) {
884
884
  return prefix + numberString + separator + unit;
885
885
  }
886
886
  // package.json
887
- var version = "0.58.41";
887
+ var version = "0.58.44";
888
888
  export {
889
889
  wordChar,
890
890
  wordBoundary,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,12 +49,12 @@
49
49
  "peerDependencies": {
50
50
  "@stacksjs/strings": "workspace:*",
51
51
  "@stacksjs/types": "workspace:*",
52
- "@vinejs/vine": "^1.7.0"
52
+ "@vinejs/vine": "^1.7.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@stacksjs/strings": "workspace:*",
56
56
  "@stacksjs/types": "workspace:*",
57
- "@vinejs/vine": "^1.7.0"
57
+ "@vinejs/vine": "^1.7.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@stacksjs/development": "workspace:*",
@@ -13,11 +13,6 @@ var __export = (target, all) => {
13
13
  // src/example-vue.ts
14
14
  var exports_example_vue = {};
15
15
  __export(exports_example_vue, {
16
- vueComponentsExampleConfig: () => {
17
- {
18
- return vueComponentsExampleConfig;
19
- }
20
- },
21
16
  default: () => {
22
17
  {
23
18
  return example_vue_default;
@@ -28,7 +23,7 @@ import {examplesPath} from "@stacksjs/path";
28
23
  import {server as server2} from "@stacksjs/server";
29
24
  import {alias as alias2} from "@stacksjs/alias";
30
25
  import {defineConfig} from "vite";
31
- var vueComponentsExampleConfig = {
26
+ var example_vue_default = defineConfig({
32
27
  root: examplesPath("vue-components"),
33
28
  resolve: {
34
29
  alias: alias2
@@ -36,9 +31,6 @@ var vueComponentsExampleConfig = {
36
31
  server: server2({
37
32
  type: "example"
38
33
  })
39
- };
40
- var example_vue_default = defineConfig(() => {
41
- return vueComponentsExampleConfig;
42
34
  });
43
35
  // src/example-wc.ts
44
36
  var exports_example_wc = {};
@@ -617,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
617
609
  // src/plugin/docs.ts
618
610
  import {kolorist as c2} from "@stacksjs/cli";
619
611
  // package.json
620
- var version = "0.58.41";
612
+ var version = "0.58.44";
621
613
 
622
614
  // src/plugin/docs.ts
623
615
  var docsEngine = {
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
9
- "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/vite-plugin#readme",
9
+ "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/vite#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/stacksjs/stacks.git",
13
- "directory": "./storage/framework/core/vite-plugin"
13
+ "directory": "./storage/framework/core/vite"
14
14
  },
15
15
  "bugs": {
16
16
  "url": "https://github.com/stacksjs/stacks/issues"
@@ -1,19 +1,17 @@
1
- import type { ViteConfig } from '@stacksjs/types'
1
+ import { defineConfig } from 'vite'
2
+ import { path as p } from '@stacksjs/path'
2
3
 
3
- export const apiConfig: ViteConfig = {
4
+ export default defineConfig({
4
5
  base: '/api/',
6
+
7
+ root: p.frameworkPath('api'),
8
+ publicDir: p.publicPath(),
9
+ envDir: p.projectPath(),
10
+
5
11
  server: {
6
12
  port: 3334,
7
13
  proxy: {
8
14
  '/': 'http://127.0.0.1:3999',
9
15
  },
10
16
  },
11
- }
12
-
13
- export default function (config: { command: string }): ViteConfig {
14
- if (config.command === 'serve')
15
- return apiConfig
16
-
17
- // command === 'build'
18
- return apiConfig
19
- }
17
+ })
@@ -1,12 +1,9 @@
1
- import type { ViteConfig } from '@stacksjs/types'
2
1
  import { examplesPath } from '@stacksjs/path'
3
2
  import { server } from '@stacksjs/server'
4
3
  import { alias } from '@stacksjs/alias'
5
4
  import { defineConfig } from 'vite'
6
5
 
7
- // import { uiEngine } from '.'
8
-
9
- export const vueComponentsExampleConfig: ViteConfig = {
6
+ export default defineConfig({
10
7
  root: examplesPath('vue-components'),
11
8
 
12
9
  resolve: {
@@ -20,8 +17,4 @@ export const vueComponentsExampleConfig: ViteConfig = {
20
17
  // plugins: [
21
18
  // uiEngine(),
22
19
  // ],
23
- }
24
-
25
- export default defineConfig(() => {
26
- return vueComponentsExampleConfig
27
20
  })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "Easily get whois info.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "All you need to debug, log & analyze.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -44,8 +44,7 @@
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@stacksjs/desktop": "workspace:*",
47
- "@stacksjs/logging": "workspace:*",
48
- "vue3-highlightjs": "^1.0.5"
47
+ "@stacksjs/logging": "workspace:*"
49
48
  },
50
49
  "devDependencies": {
51
50
  "@stacksjs/development": "workspace:*"
@@ -1,14 +1,8 @@
1
- // import VueHighlightJS from 'vue3-highlightjs'
2
- import 'highlight.js/styles/atom-one-dark.css'
3
-
4
1
  import { createApp } from 'vue'
5
-
6
2
  import App from './app.stx'
7
-
8
3
  import '@unocss/reset/tailwind.css'
9
4
 
10
5
  // import { unifiedApp } from './plugins/unified/unified-app'
11
6
  const app = createApp(App)
12
- // app.use(VueHighlightJS)
13
7
 
14
8
  app.mount('#app')
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsh-buddy",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "A better Stacks zsh experience.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -25,5 +25,11 @@
25
25
  ],
26
26
  "files": [
27
27
  "buddy.plugin.zsh"
28
- ]
28
+ ],
29
+ "engines": {
30
+ "node": ">=10.0.0"
31
+ },
32
+ "scripts": {
33
+ "build": "echo 'No build step required.'"
34
+ }
29
35
  }
@@ -93,6 +93,7 @@ elbv
93
93
  encrypter
94
94
  entrypoints
95
95
  envrc
96
+ eventstream
96
97
  execa
97
98
  Fargate
98
99
  filesize
@@ -132,6 +133,7 @@ huggingface
132
133
  huskyrc
133
134
  iconify
134
135
  iife
136
+ imds
135
137
  Imdsv
136
138
  intlify
137
139
  itemprop
@@ -142,6 +144,7 @@ jsdevtools
142
144
  jsons
143
145
  julr
144
146
  kibibytes
147
+ kleur
145
148
  kohler
146
149
  kolorist
147
150
  kstenerud
@@ -226,6 +229,7 @@ pullapprove
226
229
  pyproject
227
230
  pyrightconfig
228
231
  rangav
232
+ raycast
229
233
  releaserc
230
234
  resx
231
235
  retriable
@@ -240,6 +244,7 @@ scrollback
240
244
  seedable
241
245
  sendemail
242
246
  sendgrid
247
+ serde
243
248
  sesv
244
249
  sfc
245
250
  sfcs
@@ -279,6 +284,7 @@ unconfig
279
284
  undeploys
280
285
  unhead
281
286
  unimport
287
+ universalify
282
288
  unmanaged
283
289
  unocss
284
290
  unplugin
@@ -2,7 +2,7 @@
2
2
  "publisher": "Stacks",
3
3
  "name": "vscode-stacks",
4
4
  "displayName": "Stacks",
5
- "version": "0.58.41",
5
+ "version": "0.58.44",
6
6
  "description": "A modern Stacks development environment.",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.58.41",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -370,7 +370,7 @@
370
370
  "build:functions": "bunx vite build -c ./core/vite/src/functions.ts",
371
371
  "build:docs": "bun buddy build:docs",
372
372
  "build:views": "bunx vite-ssg build ./views -c ./core/vite/src/views.ts",
373
- "build:buddy": "bun --bun run build:buddy",
373
+ "build:buddy": "bun buddy build:cli --buddy",
374
374
  "build:cli": "bun --bun run build:buddy",
375
375
  "build:runtime": "bun --bun run build:cli",
376
376
  "build:desktop": "wip",
@@ -1,46 +0,0 @@
1
- {
2
- "name": "@stacksjs/music",
3
- "type": "module",
4
- "version": "0.58.41",
5
- "description": "Stacks Music",
6
- "author": "Chris Breuer",
7
- "license": "MIT",
8
- "funding": "https://github.com/sponsors/chrisbbreuer",
9
- "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/dashboard#readme",
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/stacksjs/stacks.git",
13
- "directory": "./storage/framework/core/music"
14
- },
15
- "bugs": {
16
- "url": "https://github.com/stacksjs/stacks/issues"
17
- },
18
- "keywords": [
19
- "dashboard",
20
- "reporting",
21
- "analytics",
22
- "logs",
23
- "debugging",
24
- "requests",
25
- "stacks"
26
- ],
27
- "module": "dist/index.js",
28
- "types": "dist/index.d.ts",
29
- "contributors": [
30
- "Chris Breuer <chris@stacksjs.org>"
31
- ],
32
- "files": [
33
- "README.md",
34
- "dist"
35
- ],
36
- "scripts": {
37
- "build": "bun --bun build.ts",
38
- "build:app": "bunx vite build ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
39
- "dev": "bunx vite serve ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
40
- "dev:app": "tauri dev",
41
- "typecheck": "bun --bun tsc --noEmit"
42
- },
43
- "devDependencies": {
44
- "@stacksjs/development": "workspace:*"
45
- }
46
- }
@@ -1,5 +0,0 @@
1
- <template>
2
- <div>
3
- sample component
4
- </div>
5
- </template>
@@ -1,3 +0,0 @@
1
- <template>
2
- <RouterView />
3
- </template>
@@ -1,10 +0,0 @@
1
- <script setup lang="ts">
2
- import SampleComponent from '../components/SampleComponent.stx'
3
- </script>
4
-
5
- <template>
6
- <div>
7
- <SampleComponent />
8
- hello world music
9
- </div>
10
- </template>
@@ -1,10 +0,0 @@
1
- <script setup lang="ts">
2
- import SampleComponent from '../components/SampleComponent.stx'
3
- </script>
4
-
5
- <template>
6
- <div>
7
- <SampleComponent />
8
- hello world music
9
- </div>
10
- </template>
@@ -1 +0,0 @@
1
- /* music css is here */