-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
428 additions
and
948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,4 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgBottle = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlSpace="preserve" | ||
fill="currentColor" | ||
viewBox="0 0 512 512" | ||
{...props} | ||
> | ||
<path d="M191.215 151.743V88.816h21.943v-49.11H97.174v49.11h21.943v62.927c-37.727 14.75-62.691 51.005-62.691 91.947V512h197.479V243.69c-.001-40.943-24.963-77.197-62.69-91.947m-78.369-78.6V55.38h84.637v17.763zm125.385 296.751H149.94v15.673h88.291v18.808h-53.809v15.673h53.809v76.278H72.1V243.69c0-36.066 23.021-67.807 57.284-78.983l5.406-1.764V88.816h40.751v74.127l5.406 1.764c34.263 11.176 57.283 42.917 57.283 78.983zM119.116 0v25.078h15.674v-9.405h40.751v9.405h15.674V0z" /> | ||
<path d="M222.563 261.224v-15.673H117.026v208.98h105.537v-15.674h-89.864V261.224zM289.435 311.016V512h166.139V311.016zM439.9 496.327H305.109v-13.991H439.9zm0-109.814v80.149H305.109v-80.149zm0-15.673H305.109v-44.15H439.9z" /> | ||
<path d="M321.818 394.083h11.878v11.878h-11.878zM419.223 395.672h11.878v11.878h-11.878zM370.127 405.48l8.399-8.399 8.399 8.399-8.4 8.399zM409.547 442.074l8.398-8.399 8.4 8.4-8.4 8.398zM313.9 452.995l8.398-8.398 8.4 8.398-8.4 8.4zM334.492 421.804h11.878v11.878h-11.878zM380.426 446.349h11.878v11.878h-11.878z" /> | ||
</svg> | ||
); | ||
export default SvgBottle; | ||
const SvgBottle = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" xmlSpace="preserve" fill="currentColor" viewBox="0 0 512 512" {...props}><path d="M191.215 151.743V88.816h21.943v-49.11H97.174v49.11h21.943v62.927c-37.727 14.75-62.691 51.005-62.691 91.947V512h197.479V243.69c-.001-40.943-24.963-77.197-62.69-91.947m-78.369-78.6V55.38h84.637v17.763zm125.385 296.751H149.94v15.673h88.291v18.808h-53.809v15.673h53.809v76.278H72.1V243.69c0-36.066 23.021-67.807 57.284-78.983l5.406-1.764V88.816h40.751v74.127l5.406 1.764c34.263 11.176 57.283 42.917 57.283 78.983zM119.116 0v25.078h15.674v-9.405h40.751v9.405h15.674V0z" /><path d="M222.563 261.224v-15.673H117.026v208.98h105.537v-15.674h-89.864V261.224zM289.435 311.016V512h166.139V311.016zM439.9 496.327H305.109v-13.991H439.9zm0-109.814v80.149H305.109v-80.149zm0-15.673H305.109v-44.15H439.9z" /><path d="M321.818 394.083h11.878v11.878h-11.878zM419.223 395.672h11.878v11.878h-11.878zM370.127 405.48l8.399-8.399 8.399 8.399-8.4 8.399zM409.547 442.074l8.398-8.399 8.4 8.4-8.4 8.398zM313.9 452.995l8.398-8.398 8.4 8.398-8.4 8.4zM334.492 421.804h11.878v11.878h-11.878zM380.426 446.349h11.878v11.878h-11.878z" /></svg>; | ||
export default SvgBottle; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,4 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgEntity = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={800} | ||
height={800} | ||
fill="currentColor" | ||
viewBox="0 0 50 50" | ||
{...props} | ||
> | ||
<path d="M8 2v4H4v42h42V14H30V6h-4V2Zm2 2h14v4h4v38h-9v-7h-4v7H6V8h4Zm0 6v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-12 5v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm8 1h14v30H30Zm2 2v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 3v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 1v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-8 4v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 1v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 3v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 3v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 1v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-8 4v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 1v5h2v-5Zm12 0v5h2v-5Zm10 3v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Z" /> | ||
</svg> | ||
); | ||
export default SvgEntity; | ||
const SvgEntity = (props: SVGProps<SVGSVGElement>) => <svg xmlns="http://www.w3.org/2000/svg" width={800} height={800} fill="currentColor" viewBox="0 0 50 50" {...props}><path d="M8 2v4H4v42h42V14H30V6h-4V2Zm2 2h14v4h4v38h-9v-7h-4v7H6V8h4Zm0 6v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-12 5v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm8 1h14v30H30Zm2 2v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 3v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 1v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-8 4v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 1v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 3v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 3v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm4 0v4h2v-4Zm10 1v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-8 4v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Zm-30 1v5h2v-5Zm12 0v5h2v-5Zm10 3v2h2v-2Zm4 0v2h2v-2Zm4 0v2h2v-2Z" /></svg>; | ||
export default SvgEntity; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
// module.exports = { | ||
// ignoredRouteFiles: ["**/.*"], | ||
// appDirectory: "app", | ||
// assetsBuildDirectory: "public/build", | ||
// serverBuildPath: "build/index.js", | ||
// serverDependenciesToBundle: [/^@peated\/.*/], | ||
// serverModuleFormat: "cjs", | ||
// publicPath: "/build/", | ||
// postcss: true, | ||
// tailwind: true, | ||
// }; | ||
|
||
import { unstable_vitePlugin as remix } from "@remix-run/dev"; | ||
import { vitePlugin as remix } from "@remix-run/dev"; | ||
import { defineConfig } from "vite"; | ||
import tsconfigPaths from "vite-tsconfig-paths"; | ||
|
||
export default defineConfig({ | ||
plugins: [remix(), tsconfigPaths()], | ||
plugins: [ | ||
remix({ | ||
// ignoredRouteFiles: ["**/.*"], | ||
// appDirectory: "app", | ||
// assetsBuildDirectory: "public/build", | ||
// serverBuildPath: "build/index.js", | ||
// serverModuleFormat: "cjs", | ||
// publicPath: "/build/", | ||
}), | ||
tsconfigPaths(), | ||
], | ||
server: { | ||
fs: { | ||
// Restrict files that could be served by Vite's dev server. Accessing | ||
// files outside this directory list that aren't imported from an allowed | ||
// file will result in a 403. Both directories and files can be provided. | ||
// If you're comfortable with Vite's dev server making any file within the | ||
// project root available, you can remove this option. See more: | ||
// https://vitejs.dev/config/server-options.html#server-fs-allow | ||
allow: ["app"], | ||
}, | ||
}, | ||
}); |
Oops, something went wrong.