Removed files.

This commit is contained in:
Mike Cao 2025-04-28 20:52:22 -07:00
parent 901a6c558a
commit fe2fcf2082
2 changed files with 0 additions and 21 deletions

View file

@ -1,4 +0,0 @@
onlyBuiltDependencies:
- '@prisma/client'
- '@prisma/engines'
- prisma

View file

@ -1,17 +0,0 @@
module.exports = {
plugins: [
'postcss-flexbugs-fixes',
[
'postcss-preset-env',
{
autoprefixer: {
flexbox: 'no-2009',
},
stage: 3,
features: {
'custom-properties': false,
},
},
],
],
};