fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems

This commit is contained in:
Benjamin Singleton 2025-06-10 21:10:55 -05:00 committed by Sheldon Cooper
parent 4ebce1448a
commit f9957c2b4d
8 changed files with 239 additions and 16 deletions

View file

@ -5,4 +5,5 @@ import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue({})],
resolve: { alias: { "@": path.resolve(import.meta.dirname, "src") } },
server: { port: 1224 },
});