1.0 release

This commit is contained in:
Sean O'Connor
2026-02-10 15:48:28 -05:00
parent ac4726b997
commit 77f497b5e9
16 changed files with 1099 additions and 84 deletions

View File

@@ -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;