Skip to content

Commit

Permalink
cannot export in routes
Browse files Browse the repository at this point in the history
  • Loading branch information
zeilenschubser committed Jun 28, 2024
1 parent 9c6de04 commit effd49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/manage/db/prepare/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {constants} from "@/config";
export const dynamic = "force-dynamic";
export const fetchCache = "force-no-store";

export const pizzas = [
const pizzas = [
{ name: "Salami", ingredients: ["Cheese 🧀","Tomato Sauce 🍅","Salami 🍕"] },
{ name: "Ham and mushrooms", ingredients: ["Cheese 🧀","Tomato Sauce 🍅", "Ham 🥓", "Mushrooms 🍄"] },
{ name: "Capriccosa", ingredients: ["Cheese 🧀","Tomato Sauce 🍅","Mushrooms 🍄", "Artichokes 🌱", "Olives 🫒", "Ham 🥓", "Basil 🌿"] },
Expand Down

0 comments on commit effd49b

Please sign in to comment.