delete useless files started component building
This commit is contained in:
@@ -11,12 +11,13 @@ export default defineConfig({
|
||||
include: ['**/react/*']
|
||||
})],
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
// @ts-ignore
|
||||
plugins: [tailwindcss({optimize:false})]
|
||||
},
|
||||
env: {
|
||||
schema: {
|
||||
TMDB_API_TOKEN: envField.string({ context: 'client', access: 'public', default: 'https://api.example.com' }),
|
||||
SETTINGS_TOKEN: envField.string({ context: 'server', access: 'secret' }),
|
||||
TMDB_API_TOKEN: envField.string({ context: 'server', access: 'secret'}),
|
||||
TMDB_API_KEY: envField.string({context: "server", access: "secret"})
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user