Skip to content

Commit

Permalink
Merge pull request #49 from treefarmstudio/next
Browse files Browse the repository at this point in the history
[RELEASE] Version 3.1.0
  • Loading branch information
jaydanurwin authored Sep 25, 2024
2 parents 557fdd6 + f4674d5 commit d191e57
Show file tree
Hide file tree
Showing 20 changed files with 1,872 additions and 1,692 deletions.
1 change: 1 addition & 0 deletions .astro/types.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/// <reference types="astro/client" />
6 changes: 0 additions & 6 deletions .firebaserc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
uses: denoland/deployctl@v1
with:
project: "odyssey-theme"
entrypoint: "server/entry.mjs"
entrypoint: "https://jsr.io/@std/http/1.0.7/file_server.ts"
root: "dist"
55 changes: 55 additions & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# To learn more about how to use Nix to configure your environment
# see: https://developers.google.com/idx/guides/customize-idx-env
{ pkgs, ... }: {
# Which nixpkgs channel to use.
channel = "stable-23.11"; # or "unstable"

# Use https://search.nixos.org/packages to find packages
packages = [
# pkgs.go
# pkgs.python311
# pkgs.python311Packages.pip
# pkgs.nodejs_20
# pkgs.nodePackages.nodemon
];

# Sets environment variables in the workspace
env = {};
idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
# "vscodevim.vim"
];

# Enable previews
previews = {
enable = true;
previews = {
# web = {
# # Example: run "npm run dev" with PORT set to IDX's defined port for previews,
# # and show it in IDX's web preview panel
# command = ["npm" "run" "dev"];
# manager = "web";
# env = {
# # Environment variables to set for your server
# PORT = "$PORT";
# };
# };
};
};

# Workspace lifecycle hooks
workspace = {
# Runs when a workspace is first created
onCreate = {
# Example: install JS dependencies from NPM
# npm-install = "npm install";
};
# Runs when the workspace is (re)started
onStart = {
# Example: start a background task to watch and re-build backend code
# watch-backend = "npm run watch-backend";
};
};
};
}
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"IDX.aI.enableInlineCompletion": true,
"IDX.aI.enableCodebaseIndexing": true
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Little Sticks
Copyright (c) 2024 Treefarm Studio LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<br/>
<div align="center">
<a href="https://twitter.com/jaydanurwin">
<img src="assets/twitter-badge.svg" alt="Follow Little Sticks on Twitter"/>
<img src="assets/twitter-badge.svg" alt="Follow Jaydan Urwin on Twitter"/>
</a>
<a href="https://sapling.lemonsqueezy.com/checkout/buy/9b78751f-6382-442d-ac99-32c2318b70a0">
<img src="assets/sponsor-badge.svg" alt="Sponsor This Repo" />
Expand Down
11 changes: 0 additions & 11 deletions firebase.json

This file was deleted.

Loading

0 comments on commit d191e57

Please sign in to comment.