Skip to content

Commit 74b8c42

Browse files
committed
Merge branch 'nk-assets-creation' of https://github.com/thirdweb-dev/js into nk-assets-creation
2 parents 60e2516 + e94462c commit 74b8c42

File tree

438 files changed

+15526
-2442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

438 files changed

+15526
-2442
lines changed

.changeset/big-cases-wish.md

Lines changed: 5 additions & 0 deletions

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ storybook-static
3131
.aider*
3232

3333
tsconfig.tsbuildinfo
34-
apps/dashboard/.cursor/rules/*
35-
apps/dashboard/.cursor/rules/*
34+
.cursor

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
"typescript.preferences.autoImportFileExcludePatterns": [
1010
"./packages/thirdweb/src/exports"
1111
],
12+
"typescript.preferences.autoImportSpecifierExcludeRegexes": [
13+
"@radix-ui",
14+
"next/router",
15+
"next/dist",
16+
"^lucide-react/dist/lucide-react.suffixed$"
17+
],
1218
"typescript.tsdk": "node_modules/typescript/lib",
1319
"[typescriptreact]": {
1420
"editor.defaultFormatter": "biomejs.biome"

apps/dashboard/.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,8 @@ ANALYTICS_SERVICE_URL=""
104104
NEXT_PUBLIC_NEBULA_URL=""
105105

106106
# required for billing parts of the dashboard (team -> settings -> billing / invoices)
107-
STRIPE_SECRET_KEY=""
107+
STRIPE_SECRET_KEY=""
108+
109+
# required for server wallet management
110+
NEXT_PUBLIC_THIRDWEB_VAULT_URL=""
111+
NEXT_PUBLIC_ENGINE_CLOUD_URL=""

apps/dashboard/knip.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"ignoreDependencies": [
1313
"@storybook/blocks",
1414
"@thirdweb-dev/service-utils",
15+
"@thirdweb-dev/vault-sdk",
1516
"@types/color",
1617
"fast-xml-parser"
1718
]

apps/dashboard/lucide-react.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
declare module "lucide-react" {
2+
export * from "lucide-react/dist/lucide-react.suffixed";
3+
}

apps/dashboard/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
"@radix-ui/react-slot": "^1.2.0",
4646
"@radix-ui/react-switch": "^1.2.2",
4747
"@radix-ui/react-tooltip": "1.2.3",
48+
"@scalar/api-reference-react": "^0.6.19",
4849
"@sentry/nextjs": "9.13.0",
4950
"@shazow/whatsabi": "0.21.0",
5051
"@tanstack/react-query": "5.74.4",
5152
"@tanstack/react-table": "^8.21.3",
5253
"@thirdweb-dev/service-utils": "workspace:*",
54+
"@thirdweb-dev/vault-sdk": "workspace:*",
5355
"@vercel/functions": "2.0.0",
5456
"@vercel/og": "^0.6.8",
5557
"abitype": "1.0.8",
-37.4 KB
Binary file not shown.
-248 KB
Binary file not shown.
-228 KB
Binary file not shown.

0 commit comments

Comments
 (0)