Skip to content

Commit

Permalink
bumping create-aleo-app to 0.0.9, excluding sdk from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
onetrickwolf committed Oct 5, 2023
1 parent 2b6c258 commit f36147e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create-aleo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-aleo-app",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"license": "GPL-3.0",
"collaborators": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
optimizeDeps: {
exclude: ["@aleohq/wasm"],
exclude: ["@aleohq/wasm", "@aleohq/sdk"],
},
server: {
// Needed if you are linking local packages for development
Expand Down
2 changes: 1 addition & 1 deletion create-aleo-app/template-vanilla/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from "vite";
export default defineConfig({
optimizeDeps: {
exclude: ["@aleohq/wasm"],
exclude: ["@aleohq/wasm", "@aleohq/sdk"],
},
server: {
headers: {
Expand Down

0 comments on commit f36147e

Please sign in to comment.