fix: updated README instructions + fixed app running issues/cross-compatibility over operating systems
This commit is contained in:
parent
6dc71c32cc
commit
e523a019d2
8 changed files with 239 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { SAMPLE } from "@repo/common/sample";
|
||||
import express from "express";
|
||||
|
||||
const PORT = 1224;
|
||||
const PORT = 1225;
|
||||
|
||||
const app = express();
|
||||
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue