Skip to content

Commit

Permalink
Merge pull request #76 from rajnandan1/subpath-support
Browse files Browse the repository at this point in the history
feat(kener): added support for base path
  • Loading branch information
rajnandan1 authored Apr 29, 2024
2 parents e17ccd1 + 3e75798 commit 1f44925
Show file tree
Hide file tree
Showing 162 changed files with 68 additions and 37,055 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DS_Store
node_modules
static/kener
build/client/kener
build
config/monitors.yaml
config/site.yaml
/.svelte-kit
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY docker/root/ /
# Dir ENVs need to be set before building or else build throws errors
ENV PUBLIC_KENER_FOLDER=/config/static \
MONITOR_YAML_PATH=/config/monitors.yaml \
SITE_YAML_PATH=/config/site.yaml
SITE_YAML_PATH=/config/site.yaml

# build requires devDependencies which are not used by production deploy
# so build in a stage so we can copy results to clean "deploy" stage later
Expand Down
1 change: 0 additions & 1 deletion build/client/_app/immutable/assets/0.1ffe9223.css

This file was deleted.

1 change: 0 additions & 1 deletion build/client/_app/immutable/assets/_layout.1ffe9223.css

This file was deleted.

1 change: 0 additions & 1 deletion build/client/_app/immutable/assets/incident.d0acbf00.css

This file was deleted.

1 change: 0 additions & 1 deletion build/client/_app/immutable/assets/monitor.27a2e44b.css

This file was deleted.

7 changes: 0 additions & 7 deletions build/client/_app/immutable/chunks/Icon.22c2c156.js

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1f44925

Please sign in to comment.