mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 03:01:59 +10:00
feat: migrate nextjs to rr7
This commit is contained in:
4
packages/tailwind-config/index.d.ts
vendored
Normal file
4
packages/tailwind-config/index.d.ts
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
import type { Config } from 'tailwindcss';
|
||||
|
||||
declare const config: Config;
|
||||
export default config;
|
||||
@ -2,6 +2,7 @@
|
||||
"name": "@documenso/tailwind-config",
|
||||
"version": "0.0.0",
|
||||
"main": "index.cjs",
|
||||
"types": "index.d.ts",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "rimraf node_modules"
|
||||
@ -18,4 +19,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user