mirror of
https://github.com/soconnor0919/pixel-refresh.git
synced 2026-03-23 19:57:52 -04:00
1.0 release
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
import "./src/env.js";
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {};
|
||||
const config = {
|
||||
transpilePackages: [
|
||||
"@react-three/fiber",
|
||||
"@react-three/drei",
|
||||
"@react-three/xr",
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user