Skip to content

Commit 1abe041

Browse files
committed
Updated pinegrow plugins/modules
1 parent fe5586b commit 1abe041

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist
1414
dist-ssr
1515
coverage
1616
*.local
17+
.env
1718

1819
/cypress/videos/
1920
/cypress/screenshots/

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@iconify/json": "^2.2.64",
34-
"@pinegrow/vite-plugin": "^3.0.65",
34+
"@pinegrow/vite-plugin": "^3.0.68",
3535
"@rushstack/eslint-patch": "^1.2.0",
3636
"@tsconfig/node18": "^2.0.0",
3737
"@types/node": "^20.5.0",

vite.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export default defineConfig({
5151
'src/composables',
5252
// 'src/utils',
5353
'src/stores',
54+
'**/pg-*/**', // To auto-import composables from Vue Designer plugins.
5455
],
5556
vueTemplate: true,
5657
dts: 'auto-imports.d.ts',

0 commit comments

Comments
 (0)