fixed editor Ctrl+R

This commit is contained in:
Anton-4 2022-10-28 12:49:48 +02:00
parent 8dff853830
commit 3229f0fc98
No known key found for this signature in database
GPG key ID: A13F4A6E21141925
6 changed files with 17 additions and 9 deletions

View file

@ -4,7 +4,7 @@ use crate::lang::core::{expr::expr2::ExprId, header::AppHeader};
pub fn parse_from_string(_header_str: &str, ast_node_id: ExprId) -> AppHeader {
AppHeader {
app_name: "\"untitled-app\"".to_owned(),
packages_base: "\"platform/main.roc\"".to_owned(),
packages_base: "\"rust-platform/main.roc\"".to_owned(),
imports: vec![],
provides: vec!["main".to_owned()],
ast_node_id,