Skip to content

Commit

Permalink
feat: use pnpm and vite for playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Aug 21, 2024
1 parent 023fe46 commit c6aa87f
Show file tree
Hide file tree
Showing 13 changed files with 21,652 additions and 62,873 deletions.
2 changes: 2 additions & 0 deletions app/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_REACT_APP_SERVER_API=https://testnet-api.sway-playground.org
VITE_WALLET_CONNECT_ID=
3 changes: 3 additions & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

#env file
.env
15 changes: 15 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sway Playground</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>

</html>
Loading

0 comments on commit c6aa87f

Please sign in to comment.