File size: 204 Bytes
1e92f2d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
'use server'

// Any arbitrary library just to ensure it's bundled.
// https://github.com/vercel/next.js/pull/51367
import { nanoid } from 'nanoid'

export async function test() {
  console.log(nanoid)
}