fix build + watcher

This commit is contained in:
wass08
2026-02-04 10:22:57 +09:00
parent e776ce9849
commit ac26358a6c
4 changed files with 19 additions and 37 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
transpilePackages: ['three', '@pascal-app/viewer', '@pascal-app/core'],
}