1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-02-24 06:36:24 +00:00

use spaces as indents, damn you vsc settings

This commit is contained in:
castdrian 2023-07-22 22:37:47 +02:00
parent 855ed60e37
commit e86a9c2698
No known key found for this signature in database

View file

@ -5,10 +5,10 @@ import { VitePWA } from "vite-plugin-pwa";
import checker from "vite-plugin-checker"; import checker from "vite-plugin-checker";
import path from "path"; import path from "path";
import { handlebars } from "./plugins/handlebars"; import { handlebars } from "./plugins/handlebars";
import { loadEnv } from "vite" import { loadEnv } from "vite";
export default defineConfig(({ mode }) => { export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd()) const env = loadEnv(mode, process.cwd());
return { return {
plugins: [ plugins: [
handlebars({ handlebars({