Skip to content

Commit

Permalink
Worked on minting!
Browse files Browse the repository at this point in the history
  • Loading branch information
ummarikram committed Jan 2, 2022
1 parent ed9ad0d commit f601f8b
Show file tree
Hide file tree
Showing 37 changed files with 344,558 additions and 10,232 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"static/chunks/webpack.js",
"static/chunks/pages/_error.js"
],
"/admin/dashboard": [
"/admin/agent-select": [
"static/chunks/main.js",
"static/chunks/webpack.js",
"static/chunks/pages/admin/dashboard.js"
"static/chunks/pages/admin/agent-select.js"
],
"/auth/login": [
"static/chunks/main.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"./connect-modal.entry.js": [
{
"id": "./node_modules/@stacks/connect-ui/dist/esm/connect-modal.entry.js",
"file": "static/chunks/1.js"
}
],
"./core-js.js": [
{
"id": "./node_modules/@stacks/connect-ui/dist/esm/polyfills/core-js.js",
"file": "static/chunks/polyfills-core-js.js"
}
],
"./dev/noop": [
{
"id": "./node_modules/next/dist/client/dev/noop.js",
"file": "static/chunks/0.js"
}
],
"./dom.js": [
{
"id": "./node_modules/@stacks/connect-ui/dist/esm/polyfills/dom.js",
"file": "static/chunks/polyfills-dom.js"
}
]
}

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.

Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"/_document": "pages/_document.js",
"/_error": "pages/_error.js",
"/auth/login": "pages/auth/login.js",
"/admin/dashboard": "pages/admin/dashboard.js"
"/admin/agent-select": "pages/admin/agent-select.js"
}
Loading

1 comment on commit f601f8b

@vercel
Copy link

@vercel vercel bot commented on f601f8b Apr 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

amortize-v1 – ./

amortize-v1.vercel.app
amortize-v1-git-main-aliraza954.vercel.app
amortize-v1-aliraza954.vercel.app

Please sign in to comment.