next.js/test/e2e/app-dir/actions/app/client/actions-lib.js
actions-lib.js10 lines204 B
'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)
}
Quest for Codev2.0.0
/
SIGN IN