Skip to content

Commit

Permalink
init new
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed May 3, 2024
1 parent 5fcd17d commit 8908c5a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ yarn-error.log*

target
neardev
data.json
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions apps/builddao/bos.config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"account": "buildhub.near",
"aliases": ["./aliases.mainnet.json"],
"aliases": ["../../aliases.mainnet.json"],
"overrides": {
"testnet": {
"account": "builddao.testnet",
"aliases": ["./aliases.testnet.json"]
"aliases": ["../../aliases.testnet.json"]
}
}
}
3 changes: 0 additions & 3 deletions apps/builddao/data.json

This file was deleted.

10 changes: 10 additions & 0 deletions apps/new/bos.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"account": "new",
"aliases": ["../../aliases.mainnet.json"],
"overrides": {
"testnet": {
"account": "builddao.testnet",
"aliases": ["../../aliases.testnet.json"]
}
}
}
1 change: 1 addition & 0 deletions apps/new/widget/Index.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return <p>hello builder</p>

0 comments on commit 8908c5a

Please sign in to comment.