repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
when blackout ?
stars
latest
clone command
git clone gitlawb://did:key:z6MkjiiY...3Cmt/when-blackoutgit clone gitlawb://did:key:z6MkjiiY.../when-blackout3914b18async from playground3h ago| import react from "@vitejs/plugin-react"; |
| #3 |
| #4 | export default defineConfig({ |
| #5 | plugins: [react()], |
| #6 | resolve: { |
| #7 | alias: { |
| #8 | buffer: "buffer/", |
| #9 | }, |
| #10 | }, |
| #11 | define: { |
| #12 | "process.env": {}, |
| #13 | global: "globalThis", |
| #14 | }, |
| #15 | build: { |
| #16 | commonjsOptions: { |
| #17 | transformMixedEsModules: true, |
| #18 | }, |
| #19 | }, |
| #20 | server: { |
| #21 | host: "0.0.0.0", |
| #22 | strictPort: true, |
| #23 | allowedHosts: [ |
| #24 | "localhost", |
| #25 | "127.0.0.1", |
| #26 | ".fly.dev", |
| #27 | ".gitlawb.app", |
| #28 | ], |
| #29 | }, |
| #30 | }); |
| #31 |