Release codex 0.0.1
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}:
|
||||
dockerTools.buildLayeredImage {
|
||||
name = "Codex";
|
||||
tag = "0.0.1-beta.4";
|
||||
tag = "0.0.1";
|
||||
created = "now";
|
||||
|
||||
contents = [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>Oceanbox</RootNamespace>
|
||||
<Version>0.0.1-beta.4</Version>
|
||||
<Version>0.0.1</Version>
|
||||
<DefineConstants>FABLE_COMPILER</DefineConstants>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
|
||||
echo Building Codex frontend
|
||||
|
||||
fable -e .jsx -o build --verbose --run \
|
||||
bunx --bun vite build -d -c ../../vite.config.js --mode development --minify false --outDir /home/simkir/oceanbox/poseidon/src/Codex/dist/WebRoot
|
||||
fable -e .jsx -o build --verbose --test:MSBuildCracker --run \
|
||||
bunx --bun \
|
||||
vite build -d -c ../../vite.config.js --mode development --minify false --outDir ../../dist/WebRoot
|
||||
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<PackageId>Codex.Server</PackageId>
|
||||
<RootNamespace>Oceanbox</RootNamespace>
|
||||
<Version>0.0.1-beta.4</Version>
|
||||
<Version>0.0.1</Version>
|
||||
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
||||
<EnableDefaultContentItems>false</EnableDefaultContentItems>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
|
||||
@@ -14,7 +14,7 @@ let
|
||||
in
|
||||
buildDotnetModule {
|
||||
pname = name;
|
||||
version = "0.0.1-beta.4";
|
||||
version = "0.0.1";
|
||||
|
||||
inherit dotnet-sdk dotnet-runtime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user