♻️ Remove backend package (#1305)

This commit is contained in:
Luke Vella 2024-09-05 18:27:12 +01:00 committed by GitHub
parent 12af4d9c84
commit d40d4b27e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 29 additions and 102 deletions

View file

@ -19,12 +19,7 @@ const nextConfig = {
i18n: i18n,
productionBrowserSourceMaps: true,
output: "standalone",
transpilePackages: [
"@rallly/backend",
"@rallly/icons",
"@rallly/ui",
"@rallly/tailwind-config",
],
transpilePackages: ["@rallly/icons", "@rallly/ui", "@rallly/tailwind-config"],
webpack(config) {
config.module.rules.push({
test: /\.svg$/,