chore: prettier everywhere
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { NextConfig } from "next";
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: 'standalone',
|
||||
@@ -45,7 +45,7 @@ const nextConfig: NextConfig = {
|
||||
turbopack: {
|
||||
rules: {
|
||||
'*.sql': ['raw'],
|
||||
}
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user