PHP Classes

File: frontend/next.config.ts

Recommend this page to a friend!
  Classes of Edward Paul   Task List   frontend/next.config.ts   Download  
File: frontend/next.config.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Task List
Manage and share a list of tasks
Author: By
Last change:
Date: 23 days ago
Size: 133 bytes
 

Contents

Class file image Download
import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ }; export default nextConfig;