Skip to content

Commit

Permalink
uhmm
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH committed Dec 9, 2024
1 parent 93333e5 commit 089e7f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ jobs:
cp ./public -r ./.next/standalone
cp ./.next/static -r ./.next/standalone/public/_next
rsync -av --remove-source-files ./.next/standalone/apps/web/public/ ./.next/standalone/public/
rsync -av --remove-source-files ./.next/standalone/apps/web/.* ./.next/standalone/
find ./.next/standalone/apps/web/public/ -type d -empty -delete
find ./.next/standalone/apps/web/ -type d -empty -delete
mv ./.next/standalone/apps/web/* ./.next/standalone/
cp ../../node_modules/@libsql/isomorphic-fetch/node.js ./.next/standalone/node_modules/@libsql/isomorphic-fetch/web.js
cp ../../node_modules/@libsql/isomorphic-fetch/node.js ./.next/standalone/node_modules/@libsql/isomorphic-fetch/web.cjs
cp ../../node_modules/@libsql/isomorphic-ws/node.mjs ./.next/standalone/node_modules/@libsql/isomorphic-ws/web.cjs
Expand Down
9 changes: 0 additions & 9 deletions apps/web/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
// const path = require("path")
// console.log(process.env.npm_config_local_prefix)
// const hexFixPath = (path.join(process.env.npm_config_local_prefix || __dirname || "./", "./postcss/hex-fix.cjs"));

// const hexFixPath = require.resolve("./postcss/hex-fix.cjs")

module.exports = {
plugins: {
// [hexFixPath]: {},
// tailwindcss: {},
// autoprefixer: {},
'@tailwindcss/postcss': {},
},
};

0 comments on commit 089e7f9

Please sign in to comment.