UNPKG
trading-platform-template
Version:
latest (1.0.0)
1.0.0
CLI tool to create a new Trading Platform project template
trading-platform-template
/
template
/
next.config.ts
8 lines
(5 loc)
•
140 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
type
{
NextConfig
}
from
"next"
;
const
nextConfig
:
NextConfig
= {
/* config options here */
};
export
default
nextConfig;