Skip to content

Commit

Permalink
improve build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Gardner committed Jan 6, 2023
1 parent febc3a6 commit 5b07063
Show file tree
Hide file tree
Showing 6 changed files with 6,892 additions and 183 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules/
_site/
node_modules/
_site/
main.js
*.map
3 changes: 3 additions & 0 deletions js/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default () => {
console.log('hi')
}
Loading

0 comments on commit 5b07063

Please sign in to comment.