This commit is contained in:
我若为王 2024-12-13 15:26:57 +08:00
parent 8dc4b8a6f1
commit 09707324e9
3 changed files with 12 additions and 13 deletions

View File

@ -1,9 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [],
theme: {
extend: {},
},
plugins: [],
}

12
tailwind.config.ts Normal file
View File

@ -0,0 +1,12 @@
import type { Config } from 'tailwindcss'
const config: Config = {
content: [],
theme: {
extend: {},
},
plugins: [],
}
export default config

View File

@ -1,4 +0,0 @@
// Generated by Wrangler
// After adding bindings to `wrangler.toml`, regenerate this interface via `npm run cf-typegen`
interface Env {
}