We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47e8481 + bb0e329 commit 4c78f32Copy full SHA for 4c78f32
cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "create-freecodecamp-os-app"
3
-version = "3.0.1"
+version = "3.0.2"
4
edition = "2021"
5
description = "CLI to create the boilerplate for a new freeCodeCamp-OS app"
6
license = "BSD-3-Clause"
cli/src/fs.rs
@@ -143,7 +143,7 @@ impl Course {
143
fn touch_conf(&self) {
144
let static_files = if self.features.contains(&Features::ScriptInjection) {
145
Some(json!( {
146
- "/scripts/injectable.js": "./client/injectable.js".to_string(),
+ "/script/injectable.js": "./client/injectable.js".to_string(),
147
}))
148
} else {
149
None
0 commit comments