Compare commits
2 commits
2769575d34
...
737f233e10
Author | SHA1 | Date | |
---|---|---|---|
737f233e10 | |||
7d0204d65e |
6 changed files with 2 additions and 25 deletions
12
.idea/runConfigurations/dev.xml
generated
12
.idea/runConfigurations/dev.xml
generated
|
@ -1,12 +0,0 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
|
||||||
<configuration default="false" name="dev" type="js.build_tools.npm" nameIsGenerated="true">
|
|
||||||
<package-json value="$PROJECT_DIR$/package.json" />
|
|
||||||
<command value="run" />
|
|
||||||
<scripts>
|
|
||||||
<script value="dev" />
|
|
||||||
</scripts>
|
|
||||||
<node-interpreter value="project" />
|
|
||||||
<envs />
|
|
||||||
<method v="2" />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
|
@ -6,7 +6,7 @@ site:
|
||||||
COPY package.json bun.lock /site
|
COPY package.json bun.lock /site
|
||||||
WORKDIR /site
|
WORKDIR /site
|
||||||
RUN bun install --frozen-lockfile
|
RUN bun install --frozen-lockfile
|
||||||
COPY --dir src index.html style.css vite.config.ts tsconfig.json svelte.config.js /site
|
COPY --dir src vite.config.ts tsconfig.json svelte.config.js /site
|
||||||
COPY +assets-generated/ /site/assets/generated
|
COPY +assets-generated/ /site/assets/generated
|
||||||
RUN export VITE_BUILD_DATE=$(date -Iminutes -u | sed 's/+00:00//') && bun x svelte-kit sync && bun run build
|
RUN export VITE_BUILD_DATE=$(date -Iminutes -u | sed 's/+00:00//') && bun x svelte-kit sync && bun run build
|
||||||
SAVE ARTIFACT build AS LOCAL build
|
SAVE ARTIFACT build AS LOCAL build
|
||||||
|
|
12
index.html
12
index.html
|
@ -1,12 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<title>Expanded Modern Test Card</title>
|
|
||||||
<link rel="stylesheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -4,6 +4,7 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>TOTAL TECH TEST</title>
|
<title>TOTAL TECH TEST</title>
|
||||||
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
%sveltekit.head%
|
%sveltekit.head%
|
||||||
</head>
|
</head>
|
||||||
<body data-sveltekit-preload-data="hover">
|
<body data-sveltekit-preload-data="hover">
|
||||||
|
|
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 316 KiB |
Loading…
Add table
Reference in a new issue