Skip to content

Commit

Permalink
feat: aptos typescript-sdk and app integration (#3087)
Browse files Browse the repository at this point in the history
app preview comment
#3087 (comment)
  • Loading branch information
cor authored Nov 8, 2024
2 parents 91064c0 + 1b1cf42 commit f816827
Show file tree
Hide file tree
Showing 63 changed files with 2,680 additions and 2,991 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ evm/contracts/proto/** linguist-generated
*.zip filter=lfs diff=lfs merge=lfs -text
site/public/union-logo.zip filter=lfs diff=lfs merge=lfs -text
biome.json linguist-language=JSON-with-Comments
knip.json linguist-language=JSON-with-Comments
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ move/*/build
docs/generated
dev-dist
.zed

rustc-ice*
rust-ice*
.docs
2 changes: 1 addition & 1 deletion app/.npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
engine-strict=true
engine-strict=false
legacy-peer-deps=true
@jsr:registry=https://npm.jsr.io
7 changes: 5 additions & 2 deletions app/app.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ _: {
{
packages = {
app = jsPkgs.buildNpmPackage {
npmDepsHash = "sha256-yrqA4Qp7iiGvSo/Xk0G5adXdVqgK8nGYGdXtvLp7EPk=";
npmDepsHash = "sha256-8UgNUADgd8yrpePKD/DzDrwdiXhFTRBJKbD64GW7QNU=";
src = ./.;
sourceRoot = "app";
npmFlags = [ "--enable-pre-post-scripts" ];
npmFlags = [
"--loglevel=verbose"
"--enable-pre-post-scripts"
];
pname = packageJSON.name;
inherit (packageJSON) version;
nativeBuildInputs = deps;
Expand Down
Loading

0 comments on commit f816827

Please sign in to comment.