Skip to content

Commit 253237d

Browse files
committed
build: locally compile frontend to bypass vercel os bug
1 parent 2755f1b commit 253237d

9 files changed

Lines changed: 1688 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
2-
dist/
32
build/
43
.env
54
.env.*.local

apps/web-dashboard/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pnpm-debug.log*
88
lerna-debug.log*
99

1010
node_modules
11-
dist
1211
dist-ssr
1312
*.local
1413
.env
138 KB
Loading

apps/web-dashboard/dist/assets/index-BN6ITIw1.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web-dashboard/dist/assets/index-BjYERw5j.js

Lines changed: 1664 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/web-dashboard/dist/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/png" href="https://cdn.jsdelivr.net/gh/yash-pouranik/urBackend@main/frontend/public/LOGO_SQ.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>urBackend | Instant Backend for Developers</title>
8+
<!-- Google Fonts -->
9+
<link rel="preconnect" href="https://fonts.googleapis.com" />
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap"
13+
rel="stylesheet"
14+
/>
15+
<script type="module" crossorigin src="/assets/index-BjYERw5j.js"></script>
16+
<link rel="stylesheet" crossorigin href="/assets/index-BN6ITIw1.css">
17+
</head>
18+
<body>
19+
<div id="root"></div>
20+
</body>
21+
</html>

apps/web-dashboard/dist/logo.png

243 KB
Loading

apps/web-dashboard/dist/vite.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/web-dashboard/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"version": "0.2.0",
55
"type": "module",
66
"scripts": {
7-
"dev": "vite",
8-
"build": "npm install @rollup/rollup-linux-x64-gnu lightningcss-linux-x64-gnu --no-save && vite build",
9-
"lint": "eslint .",
10-
"preview": "vite preview"
7+
"build": "vite build"
118
},
129
"dependencies": {
1310
"@dnd-kit/core": "^6.3.1",

0 commit comments

Comments
 (0)