pre codemon

This commit is contained in:
2024-08-26 14:10:26 -06:00
parent 5d16cae417
commit a681477b1a
7 changed files with 149 additions and 68 deletions

View File

@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
};
devServer.fastRefresh = true;
export default nextConfig;