File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed
template-next-tailwind-basic
template-next-tailwind-counter
template-react-vite-tailwind-basic
template-react-vite-tailwind-counter Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1212 " wallet-ui"
1313 ],
1414 "create-solana-dapp" : {
15+ "instructions" : [
16+ " To configure the Anchor deployment keypair, run this:" ,
17+ " +{pm} run setup" ,
18+ " Run Anchor commands:" ,
19+ " +{pm} run anchor build | test | localnet | deploy"
20+ ],
1521 "rename" : {
1622 "basic" : {
1723 "to" : " {{name}}" ,
4450 "format" : " prettier --write ." ,
4551 "format:check" : " prettier --check ." ,
4652 "lint" : " next lint" ,
53+ "setup" : " npm run anchor keys sync && npm run codama:js" ,
4754 "start" : " next start"
4855 },
4956 "dependencies" : {
Original file line number Diff line number Diff line change 1212 " wallet-ui"
1313 ],
1414 "create-solana-dapp" : {
15+ "instructions" : [
16+ " To configure the Anchor deployment keypair, run this:" ,
17+ " +{pm} run setup" ,
18+ " Run Anchor commands:" ,
19+ " +{pm} run anchor build | test | localnet | deploy"
20+ ],
1521 "rename" : {
1622 "counter" : {
1723 "to" : " {{name}}" ,
4450 "format" : " prettier --write ." ,
4551 "format:check" : " prettier --check ." ,
4652 "lint" : " next lint" ,
53+ "setup" : " npm run anchor keys sync && npm run codama:js" ,
4754 "start" : " next start"
4855 },
4956 "dependencies" : {
Original file line number Diff line number Diff line change 1212 " wallet-ui"
1313 ],
1414 "create-solana-dapp" : {
15+ "instructions" : [
16+ " To configure the Anchor deployment keypair, run this:" ,
17+ " +{pm} run setup" ,
18+ " Run Anchor commands:" ,
19+ " +{pm} run anchor build | test | localnet | deploy"
20+ ],
1521 "rename" : {
1622 "basic" : {
1723 "to" : " {{name}}" ,
4349 "format" : " prettier --write ." ,
4450 "format:check" : " prettier --check ." ,
4551 "lint" : " eslint ." ,
46- "preview" : " vite preview"
52+ "preview" : " vite preview" ,
53+ "setup" : " npm run anchor keys sync && npm run codama:js"
4754 },
4855 "dependencies" : {
4956 "@codama/cli" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 1212 " wallet-ui"
1313 ],
1414 "create-solana-dapp" : {
15+ "instructions" : [
16+ " To configure the Anchor deployment keypair, run this:" ,
17+ " +{pm} run setup" ,
18+ " Run Anchor commands:" ,
19+ " +{pm} run anchor build | test | localnet | deploy"
20+ ],
1521 "rename" : {
1622 "counter" : {
1723 "to" : " {{name}}" ,
4349 "format" : " prettier --write ." ,
4450 "format:check" : " prettier --check ." ,
4551 "lint" : " eslint ." ,
46- "preview" : " vite preview"
52+ "preview" : " vite preview" ,
53+ "setup" : " npm run anchor keys sync && npm run codama:js"
4754 },
4855 "dependencies" : {
4956 "@codama/cli" : " ^1.1.1" ,
You can’t perform that action at this time.
0 commit comments