Skip to content

Commit

Permalink
Imported modules and package.json in template
Browse files Browse the repository at this point in the history
  • Loading branch information
simoamico94 committed Apr 2, 2024
1 parent f4ae20e commit c3c9dd5
Show file tree
Hide file tree
Showing 2,952 changed files with 179,053 additions and 30 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { connect, createDataItemSigner } from '@permaweb/aoconnect'
import { connect, createDataItemSigner } from './node_modules/@permaweb/aoconnect'

export async function evaluate(pid, data) {
// connect wallet
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/WebGLTemplates/AoConnect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@
document.body.appendChild(script);

</script>
<script type="module" src="aoconnectWrapper.mjs"></script>
<script type="module" src="aoconnectWrapper.js"></script>
</body>
</html>
8 changes: 8 additions & 0 deletions Assets/WebGLTemplates/AoConnect/node_modules.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

274 changes: 274 additions & 0 deletions Assets/WebGLTemplates/AoConnect/node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/WebGLTemplates/AoConnect/node_modules/@fastify.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c3c9dd5

Please sign in to comment.