Skip to content

Commit

Permalink
fix example 08 for prd
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jul 28, 2023
1 parent c31e334 commit 129b562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/08_cookies/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const root = path.join(
path.dirname(url.fileURLToPath(import.meta.url)),
"dist",
);
process.env.CONFIG_FILE = "vite.prd.config.ts";

const app = express();
app.use(cookieParser());
Expand Down

0 comments on commit 129b562

Please sign in to comment.