Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Montalvo committed Apr 23, 2023
1 parent 417c573 commit 2a5b419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/vite-shopify-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-shopify-example",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env DEBUG=vite-plugin-shopify:* vite",
"build": "cross-env DEBUG=vite-plugin-shopify:* vite build",
Expand Down
1 change: 1 addition & 0 deletions examples/vite-shopify-example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"node_modules"
],
"compilerOptions": {
"lib": ["esnext", "dom"],
"baseUrl": ".",
"paths": {
"@/*": ["frontend/*"],
Expand Down

0 comments on commit 2a5b419

Please sign in to comment.