UNPKG

create-coliapp

Version:

Create projects like colidev 🚀. Inspired by 'create-appncy' by @goncy

11 lines (9 loc) • 164 B
/** @type {import('next').NextConfig} */ const nextConfig = { logging: { fetches: { fullUrl: true, }, }, }; export default nextConfig;