Skip to content

Commit 968d329

Browse files
committed
refactor: remove client folder
1 parent 2fa4afd commit 968d329

6 files changed

Lines changed: 3 additions & 14 deletions

File tree

client/bun.lockb

-24 Bytes
Binary file not shown.

client/dist/assets/index-BbZ7az36.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.

client/dist/assets/index-CKjfwdyP.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

client/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
2727
<title>React App</title>
28-
<script type="module" crossorigin src="/assets/index-B0YJGcJp.js"></script>
28+
<script type="module" crossorigin src="/assets/index-BWuhUyqN.js"></script>
2929
<link rel="modulepreload" crossorigin href="/assets/vendor-CiRWZkIe.js">
30-
<link rel="stylesheet" crossorigin href="/assets/index-CKjfwdyP.css">
30+
<link rel="stylesheet" crossorigin href="/assets/index-BbZ7az36.css">
3131
</head>
3232

3333
<body>

scripts/dev.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,6 @@ async function startDevelopment() {
8888

8989
log(`${colors.bright}🔄 Running ${commands.length} development server(s) concurrently...${colors.reset}`, colors.blue);
9090

91-
// building both client and server for ssr if enabled
92-
if (envResult.variables.IS_SSR === 'true') {
93-
log(`${colors.bright}🔄 Building client and server for SSR...${colors.reset}`, colors.blue);
94-
commands.unshift({
95-
command: 'node',
96-
args: ['scripts/build.js'],
97-
cwd: paths.root,
98-
name: 'Build'
99-
});
100-
}
101-
10291
await runConcurrent(commands);
10392

10493
} catch (error) {

0 commit comments

Comments
 (0)