mirror of
https://github.com/kyantech/Palmr.git
synced 2025-10-23 06:11:58 +00:00
Compare commits
2 Commits
v1.1.6-bet
...
v1.1.7-bet
Author | SHA1 | Date | |
---|---|---|---|
|
da64d65401 | ||
|
7b2f15dcd5 |
6
apps/web/.gitignore
vendored
6
apps/web/.gitignore
vendored
@@ -22,9 +22,3 @@ dist-ssr
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
||||
|
||||
pnpm-lock.yaml
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
bun.lockb
|
9166
apps/web/pnpm-lock.yaml
generated
Normal file
9166
apps/web/pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -2,15 +2,16 @@ import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
import tsconfigPaths from "vite-tsconfig-paths";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(), tsconfigPaths()],
|
||||
server: {
|
||||
host: "0.0.0.0", // Importante para aceitar conexões externas
|
||||
host: "0.0.0.0",
|
||||
port: 5173,
|
||||
allowedHosts: true
|
||||
},
|
||||
preview: {
|
||||
host: "0.0.0.0", // Para modo de produção
|
||||
host: "0.0.0.0",
|
||||
port: 4173,
|
||||
allowedHosts: true
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user