Rename frontend to webui

This commit is contained in:
lumijiez
2025-04-05 21:56:49 +03:00
parent 7208329a0e
commit 884a07d961
17 changed files with 0 additions and 0 deletions

4
webui/next.config.mjs Normal file
View File

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