Skip to content

Commit

Permalink
add back build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tamjidrahman committed Nov 12, 2024
1 parent 3556f29 commit 80391b9
Show file tree
Hide file tree
Showing 9 changed files with 87 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# build
build/

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
Expand Down
14 changes: 14 additions & 0 deletions build/assets/duckdb-browser-eh.worker-D6ypKDsm.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions build/assets/duckdb-browser-mvp.worker-CM-L3bpJ.js

Large diffs are not rendered by default.

Binary file added build/assets/duckdb-eh-DrTJ_0hP.wasm
Binary file not shown.
Binary file added build/assets/duckdb-mvp-DuKjbjvP.wasm
Binary file not shown.
43 changes: 43 additions & 0 deletions build/assets/index-BfY3kSiw.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/assets/index-Ca74PG3G.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="https://duckdb.org/images/favicon/favicon-32x32.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Web DuckDB</title>
<script type="module" crossorigin src="/assets/index-BfY3kSiw.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Ca74PG3G.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
1 change: 1 addition & 0 deletions build/vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80391b9

Please sign in to comment.