Skip to content

Commit 6daeb77

Browse files
authored
feat(turbo): added turborepo, tailwind v3 (#1458)
1 parent f79e87e commit 6daeb77

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

apps/sim/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const nextConfig: NextConfig = {
8484
turbopack: {
8585
resolveExtensions: ['.tsx', '.ts', '.jsx', '.js', '.mjs', '.json'],
8686
},
87-
serverExternalPackages: ['pdf-parse', '@azure/storage-blob'],
87+
serverExternalPackages: ['pdf-parse'],
8888
experimental: {
8989
optimizeCss: true,
9090
turbopackSourceMaps: false,

apps/sim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dev:classic": "next dev",
1313
"dev:sockets": "bun run socket-server/index.ts",
1414
"dev:full": "concurrently -n \"App,Realtime\" -c \"cyan,magenta\" \"bun run dev\" \"bun run dev:sockets\"",
15-
"build": "next build",
15+
"build": "next build --turbopack",
1616
"start": "next start",
1717
"prepare": "cd ../.. && bun husky",
1818
"test": "vitest run",

bun.lock

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

0 commit comments

Comments
 (0)