Skip to content

Commit

Permalink
replit Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccarthy committed Jun 22, 2024
1 parent cee3700 commit 0846742
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
10 changes: 10 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
entrypoint="index.html"
hidden=[".config"]
modules = ["web:v2-20230623-0b7a606"]

[nix]
channel = "stable-23_11"

[deployment]
publicDir = "/"
deploymentTarget = "static"
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<html>
<head>
<script>

// replit Webview...
location.href = "docs/";

</script>
</head>
</html>

0 comments on commit 0846742

Please sign in to comment.