mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 11:36:31 +00:00
chore: initial commit from create-remix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { vitePlugin as remix } from "@remix-run/dev";
|
||||
import { installGlobals } from "@remix-run/node";
|
||||
import { defineConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
||||
installGlobals();
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [remix(), tsconfigPaths()],
|
||||
});
|
||||
Reference in New Issue
Block a user